Пример #1
0
 public AppointmentCEN(IAppointmentCAD _IAppointmentCAD)
 {
     this._IAppointmentCAD = _IAppointmentCAD;
 }
Пример #2
0
 public AppointmentCEN()
 {
     this._IAppointmentCAD = new AppointmentCAD();
 }