Ejemplo n.º 1
0
 public ContactService()
 {
     _context = new LanguageCourseDBContext();
 }
Ejemplo n.º 2
0
 public PayService()
 {
     _context = new LanguageCourseDBContext();
 }
Ejemplo n.º 3
0
 public LessonService()
 {
     _context = new LanguageCourseDBContext();
 }
Ejemplo n.º 4
0
 public EducationService()
 {
     _context = new LanguageCourseDBContext();
 }
 public CertificateService()
 {
     _context = new LanguageCourseDBContext();
 }