Пример #1
0
 public IList <TbPrFamilia> GetAll()
 {
     return(repository.GetAll());
 }
Пример #2
0
 public Task <List <Familia> > GetAll(string desc, int id_cliente)
 {
     return(_repository.GetAll(desc, id_cliente));
 }