Ejemplo n.º 1
0
 public LoginRepository(AppointmentContext Context)
 {
     this._context = Context;
 }
Ejemplo n.º 2
0
 public LoginRepository()
 {
     _context = new AppointmentContext();
 }