public B_CallService(IB_CallRepository _Repository, IB_CallCacheService _BCallCacheService, IB_CallpointlistRepository _bcallPointListRepository, IB_DefCacheService bDefCacheService)
 {
     this._Repository               = _Repository;
     this._BCallCacheService        = _BCallCacheService;
     this._bcallPointListRepository = _bcallPointListRepository;
     _bDefCacheService              = bDefCacheService;
 }
Exemple #2
0
 public B_CallpointlistService(IB_CallpointlistRepository _Repository)
 {
     this._Repository = _Repository;
 }