Example #1
0
 public BarberEquipmentEFRepository()
 {
     _ctx = new HairCutAppointmentContext();
 }
 public HairCutAppointmentEFRepository()
 {
     _ctx = new HairCutAppointmentContext();
 }