コード例 #1
0
 public List <Appointment> GetAll()
 {
     return(Crud.GetAll());
 }
コード例 #2
0
 public List <ISellable> GetAll()
 {
     return(ProductCrud.GetAll());
 }
コード例 #3
0
 public List <Customer> GetAll()
 {
     return(LocalCrud.GetAll());
 }
コード例 #4
0
 public List <Order> GetAll()
 {
     return(OrderRepository.GetAll());
 }
コード例 #5
0
 public List <Employee> GetAll()
 {
     return(EmployeeRepository.GetAll());
 }