public CriteriaController(IAsyncRepository <CriteriaSets> criteriaSetsRepo, ISmartAgentRepo smartAgentRepo)
 {
     this._criteriaSetsRepo = criteriaSetsRepo;
     _smartAgentRepo        = smartAgentRepo;
 }
示例#2
0
 public CriteriaController(ISmartAgentRepo smartAgentRepo)
 {
     this._smartAgentRepo = smartAgentRepo;
 }