Esempio n. 1
0
 public WorkingWithUserForTest()
 {
     context = new AplicationContextForTest();
 }
 public WorkingWithDiaryForTest()
 {
     context = new AplicationContextForTest();
 }
Esempio n. 3
0
 public WorkingWithFinanceForTest()
 {
     context = new AplicationContextForTest();
 }
Esempio n. 4
0
 public WorkingWithTargetForTest()
 {
     context = new AplicationContextForTest();
 }
 public WorkingWithStatisticForTest()
 {
     context = new AplicationContextForTest();
 }
 public WorkingWithScheduleForTest()
 {
     context = new AplicationContextForTest();
 }
Esempio n. 7
0
 public WorkingWithSkillForTest()
 {
     context = new AplicationContextForTest();
 }