示例#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();
 }