예제 #1
0
 public WorkingWithUserForTest()
 {
     context = new AplicationContextForTest();
 }
 public WorkingWithDiaryForTest()
 {
     context = new AplicationContextForTest();
 }
예제 #3
0
 public WorkingWithFinanceForTest()
 {
     context = new AplicationContextForTest();
 }
예제 #4
0
 public WorkingWithTargetForTest()
 {
     context = new AplicationContextForTest();
 }
 public WorkingWithStatisticForTest()
 {
     context = new AplicationContextForTest();
 }
 public WorkingWithScheduleForTest()
 {
     context = new AplicationContextForTest();
 }
예제 #7
0
 public WorkingWithSkillForTest()
 {
     context = new AplicationContextForTest();
 }