Ejemplo n.º 1
0
 public IList <IViewModel> GetAll()
 {
     return(mapper.DomainToModel(teamRepo.GetAll().ToList <IDomain>()));
 }