Esempio n. 1
0
 public Task <OrganizationDto> Get(Guid id)
 {
     return(_organizationAppService.Get(id));
 }