예제 #1
0
 public TaskController(INotificationBAL objINotificationBAL, IBALUsers balUser, IAttachmentBAL _AttachmentBAL, IGroupsBAL _Groups, IBALTask balTask, ISalesAdministrationBAL _objSalesBAL)
 {
     this.BALNotification = objINotificationBAL; _UserBAL = balUser; this._AttachmentBAL = _AttachmentBAL; this._Groups = _Groups; _TaskBAL = balTask;
     _objSaleBAL          = _objSalesBAL;
 }
예제 #2
0
 public NotificationController(INotificationBAL objINotificationBAL)
 {
     this.BALNotification = objINotificationBAL;
 }
예제 #3
0
 public ProspectController(INotificationBAL objINotificationBAL, IAttachmentBAL objIAttachmentBAL, IPersonBAL objIPersonBAL, IPersonContactBAL _objePersonContact, IBALUsers _User)
 {
     this.BALNotification = objINotificationBAL; _AttachmentBAL = objIAttachmentBAL; _PersonBAL = objIPersonBAL; _objPersonContactBAL = _objePersonContact; _UserBAL = _User;
 }