コード例 #1
0
 public When_asking_the_service_for_a_user_by_account_name()
 {
     _context = new PredictabullEntities();
     _repository = new UserRepository(_context);
 }
コード例 #2
0
 public WhenGettingUserByAccount()
 {
     _context = new PredictabullEntities();
     _repository = new UserRepository(_context);
 }