public IEnumerable <Lanche> GetAllEager()
 {
     return(_repoLanche.GetAllEager());
 }
Пример #2
0
 public IEnumerable <Domain.Models.Lanche> GetAllEager()
 {
     return(_repoLanche.GetAllEager());
 }