コード例 #1
0
 public IEnumerable <CategoriesViewModel> GetAll()
 {
     return(_mapper.Map <IEnumerable <CategoriesViewModel> >(_repositorio.GetAll()));
 }
コード例 #2
0
 public IEnumerable <Categories> GetAll()
 {
     return(_repositorio.GetAll());
 }