public PrintB(ICommonText common, IApplicationTenant applicationTenant) { _common = common; _applicationTenant = applicationTenant; }
public PrintA(ICommonText common, IApplicationTenant providerConfiguration) { _common = common; _providerConfiguration = providerConfiguration; }