Exemple #1
0
 public async Task Create([FromBody] OrgAddDto org)
 {
     await _orgService.Create(org);
 }