public DistrictService( IUOW UOW, IDistrictValidator DistrictValidator ) { this.UOW = UOW; this.DistrictValidator = DistrictValidator; }
public DistrictService( IUOW UOW, ILogging Logging, ICurrentContext CurrentContext, IDistrictValidator DistrictValidator ) { this.UOW = UOW; this.Logging = Logging; this.CurrentContext = CurrentContext; this.DistrictValidator = DistrictValidator; }