Пример #1
0
 public User(SmartFamilySurveyContext context)
 {
     _context = context;
 }
Пример #2
0
 public Survey(SmartFamilySurveyContext context, IPool pool)
 {
     _context = context;
     _pool    = pool;
 }
Пример #3
0
 public Pool(SmartFamilySurveyContext context)
 {
     _context = context;
 }
Пример #4
0
 public LookUps(SmartFamilySurveyContext context)
 {
     _context = context;
 }
Пример #5
0
 public Form(SmartFamilySurveyContext context)
 {
     _context = context;
 }
Пример #6
0
 public Account(SmartFamilySurveyContext context)
 {
     _context = context;
 }