Пример #1
0
 /// <summary>
 /// Ctor
 /// </summary>
 public GroupService(
     IC_GroupRepository repository,
     ICacheManager cacheManager,
     IEnumMethodService enumService)
 {
     this._repository   = repository;
     this._cacheManager = cacheManager;
     this._enumService  = enumService;
 }
Пример #2
0
 /// <summary>
 /// Ctor
 /// </summary>
 public AreaService(
     IA_AreaRepository repository,
     ICacheManager cacheManager,
     IEnumMethodService enumService)
 {
     this._repository   = repository;
     this._cacheManager = cacheManager;
     this._enumService  = enumService;
 }