Пример #1
0
 public IEnumerable <UserDTO> Get()
 {
     return(UserMapping.MapDomainToDTOCollection(userMicroService.GetAll()));
 }