Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
crystal-rest-api-template
develop
Top Level Namespace
Application
Customer
Collection
CustomerController
DeliveryAddress
Collection
GetCustomersUseCase
Invoice
Collection
Order
Collection
OrderItem
Collection
Product
Collection
Built with Crystal 1.9.2
2023-10-07 20:06:11 UTC
class
GetCustomersUseCase
GetCustomersUseCase
Reference
Object
Defined in:
usecases/get_customers_use_case.cr
Instance Method Summary
#get_all_customers
: Array(Customer)
#get_customer_by_id
(id : Int) : Customer
Instance Method Detail
def
get_all_customers
: Array(
Customer
)
#
[
View source
]
def
get_customer_by_id
(id : Int) :
Customer
#
[
View source
]