public new void Setup()
 {
     _validator = new ContactVendorValidator(_localizationService);
 }
Example #2
0
 public void Setup()
 {
     _validator = GetService <ContactVendorValidator>();
 }
 public new void Setup()
 {
     _validator = new ContactVendorValidator(_localizationService);
 }
 public new void Setup()
 {
     _commonSettings = new CommonSettings();
     _validator      = new ContactVendorValidator(_localizationService, _commonSettings);
 }
 public new void Setup()
 {
     _commonSettings = new CommonSettings();
     _validator = new ContactVendorValidator(_localizationService, _commonSettings);
 }