public BrandService( IUOW UOW, IBrandValidator BrandValidator ) { this.UOW = UOW; this.BrandValidator = BrandValidator; }
public BrandService( IUOW UOW, ILogging Logging, ICurrentContext CurrentContext, IBrandValidator BrandValidator ) { this.UOW = UOW; this.Logging = Logging; this.CurrentContext = CurrentContext; this.BrandValidator = BrandValidator; }