Ejemplo n.º 1
0
 public List <MsgUser> GetMessaggi(string email)
 {
     return(_mapper.Map(
                _userProvider.GetAllUser(),
                _msgProvider.GetMsg(),
                _commentiProvider.GetAllCommento(),
                _ulmProvider.GetAllUlm(),
                email));
 }