Пример #1
0
 public async Task <List <Customer> > GetAllNotPaginate()
 {
     return(await _customerBusiness.GetAllNotPaginate(_authenticationDto.RestaurantId, _authenticationDto.BranchId));
 }