public SetPrecisePriceItemService(IAgentConfigRepository agentConfigService, IQuoteResultRepository quoteResultRepository, IPictureRepository pictureRepository, ISaveQuoteRepository saveQuoteRepository, ISubmitInfoRepository submitInfoRepository, IHebaoDianweiRepository hebaoDianweiRepository, ISetPrecisePriceItem setPrecisePriceItem, IYwxdetailRepository ywxdetailRepository) { _setPrecisePriceItem = setPrecisePriceItem; _hebaoDianweiRepository = hebaoDianweiRepository; _submitInfoRepository = submitInfoRepository; _saveQuoteRepository = saveQuoteRepository; _pictureRepository = pictureRepository; _quoteResultRepository = quoteResultRepository; _agentConfigRepository = agentConfigService; _ywxdetailRepository = ywxdetailRepository; logErr = LogManager.GetLogger("ERROR"); }
public CreateBjdInfoService(ICreateActivity createActivity, IMapBaoDanXinXiRecord mapBaoDanXinXiRecord, IMapBaoDanXianZhongRecord mapBaoDanXianZhongRecord, IBxBjUnionRepository bxBjUnionRepository, IBaodanXianZhongRepository baodanXianZhongRepository, IBaodanxinxiRepository baodanxinxiRepository, IUpdateBjdCheck bjdCheck, IAgentRepository agentRepository, IAddCrmStepsService addCrmStepsService, IYwxdetailRepository ywxdetailRepository) { _createActivity = createActivity; _mapBaoDanXinXiRecord = mapBaoDanXinXiRecord; _mapBaoDanXianZhongRecord = mapBaoDanXianZhongRecord; _bjxUnionRepository = bxBjUnionRepository; _baodanXianZhongRepository = baodanXianZhongRepository; _baodanxinxiRepository = baodanxinxiRepository; _bjdCheck = bjdCheck; _agentRepository = agentRepository; _addCrmStepsService = addCrmStepsService; _ywxdetailRepository = ywxdetailRepository; logErr = LogManager.GetLogger("ERROR"); logInfo = LogManager.GetLogger("INFO"); }
public AddJiaYiService(IYwxdetailRepository ywxdetailRepository) { _ywxdetailRepository = ywxdetailRepository; }