Beispiel #1
0
 public NotificationUserCEN(INotificationUserCAD _INotificationUserCAD)
 {
     this._INotificationUserCAD = _INotificationUserCAD;
 }
Beispiel #2
0
 public NotificationUserCEN()
 {
     this._INotificationUserCAD = new NotificationUserCAD();
 }