Example #1
0
 public EmployeeService()
 {
     _empRepo    = new EmployeeInfoRepository();
     _groupRepo  = new GroupInfoRepository();
     _storeRepo  = new StoreInfoRepository();
     _systemRepo = new SystemSetRepository();
 }
Example #2
0
 public SystemService(IUserService uservice)
 {
     _uservice     = uservice;
     _sessioncache = CacheFactory.Instance.CreateSessionCacheInstance();
     _groupRepo    = new GroupInfoRepository();
     _set          = new SystemSetRepository();
 }
Example #3
0
 public SystemService()
 {
     _sessioncache = CacheFactory.Instance.CreateSessionCacheInstance();
     _set          = new SystemSetRepository();
 }
 public SystemService()
 {
     _set = new SystemSetRepository();
 }