Example #1
0
 public CustomServiceSessionServiceTest()
 {
     _customServiceSessionService = new CustomServiceSessionService(AccountModel);
     _customServiceService        = new CustomServiceService(AccountModel);
     Reset();
     _customServiceService.AddAccount(Account, "E10ADC3949BA59ABBE56E057F20F883E", "test");
 }
 public CustomServiceSessionServiceTest()
 {
     _customServiceSessionService = new CustomServiceSessionService(AccountModel);
     _customServiceService = new CustomServiceService(AccountModel);
     Reset();
     _customServiceService.AddAccount(Account, "E10ADC3949BA59ABBE56E057F20F883E", "test");
 }
        public CustomServiceServiceTest()
        {
            _customServiceService = new CustomServiceService(AccountModel);

            Reset();
        }
        public CustomServiceServiceTest()
        {
            _customServiceService = new CustomServiceService(AccountModel);

            Reset();
        }