Example #1
0
 public static Tenant WithHost(this Tenant tenant, HostEnvironment environment)
 {
     tenant.Add(environment);
     return(tenant);
 }