Beispiel #1
0
 public LoginRepository(AppointmentContext Context)
 {
     this._context = Context;
 }
Beispiel #2
0
 public LoginRepository()
 {
     _context = new AppointmentContext();
 }