コード例 #1
0
 public ActionResult <Tenant> GetTenants(Guid id)
 {
     return(Ok(_tenantsService.GetTenant(id)));
 }