コード例 #1
0
 public NotificacionesCEN(INotificacionesCAD _INotificacionesCAD)
 {
     this._INotificacionesCAD = _INotificacionesCAD;
 }
コード例 #2
0
 public NotificacionesCEN()
 {
     this._INotificacionesCAD = new NotificacionesCAD();
 }