示例#1
0
 public FMR_BusinessValidator(ILocationReader locationReader, ILeadReader leadReader)
 {
     _locationReader = locationReader;
     _leadReader     = leadReader;
 }
示例#2
0
 public BusinessValidatorSelector(ICampaignReader campaignReader, ILocationReader locationReader, ILeadReader leadReader)
 {
     _campaignReader = campaignReader;
     _locationReader = locationReader;
     _leadReader     = leadReader;
 }