示例#1
0
 public List <Invoice> GetAllByRestaurantId(int id)
 {
     return(invRepo.GetAllByRestaurantId(id));
 }