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