Exemplo n.º 1
0
 public AppointmentCEN(IAppointmentCAD _IAppointmentCAD)
 {
     this._IAppointmentCAD = _IAppointmentCAD;
 }
Exemplo n.º 2
0
 public AppointmentCEN()
 {
     this._IAppointmentCAD = new AppointmentCAD();
 }