Ejemplo n.º 1
0
 public IList <OrganizationVM> Get(string userName)
 {
     return(_organizationsService.ListOrganizationsByUser(userName));
 }