public GetServiceInfoResponse GetServiceInfo()
        {
            var response = ServiceInfoBuilder.Build(this, this.Dependency, this.TenantIdentificationStrategy);

            response.ServiceImplementationTypeName += " [Custom value from Tenant 1 service imp.]";
            return(response);
        }
Beispiel #2
0
 public GetServiceInfoResponse GetServiceInfo()
 {
     return(ServiceInfoBuilder.Build(this, this.Dependency, this.TenantIdentificationStrategy));
 }