Пример #1
0
 public EventoGratisCEN(IEventoGratisCAD _IEventoGratisCAD)
 {
     this._IEventoGratisCAD = _IEventoGratisCAD;
 }
Пример #2
0
 public EventoGratisCEN()
 {
     this._IEventoGratisCAD = new EventoGratisCAD();
 }