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