Example #1
0
 public int Create([FromBody] Tenant tenant)
 {
     return(_objTenant.AddTenant(tenant));
 }