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