Exemple #1
0
 public void Initialize()
 {
     _aiConstructor = new HelperAiConstructor();
     _customContext = new CustomContext();
     for (int i = 0; i < 10; i++)
     {
         _customContext.IntList.Add(i);
     }
 }
Exemple #2
0
 public void Initialize()
 {
     _aiConstructor = new HelperAiConstructor();
 }