示例#1
0
 public async Task <IActionResult> Find(int organisationId)
 {
     return(Ok(await _service.Find(organisationId)));
 }