Esempio n. 1
0
 public OrganizationDTO Get(string id)
 {
     return(_organizationAppService.GetOrganizationById(id));
 }