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