Example #1
0
 public Tenant CreateTenant(Tenant tenant)
 {
     return(_tenantRepository.CreateTenant(tenant));
 }