Пример #1
0
 public UserService()
 {
     //fileContext = new FileContext();
     dbContext = new Assignment4DBContext();
 }
Пример #2
0
 public FamilyService()
 {
     fileContext = new FileContext();
     dbContext   = new Assignment4DBContext();
 }
Пример #3
0
 public AdultService()
 {
     fileContext = new FileContext();
     dbContext   = new Assignment4DBContext();
 }