Exemplo n.º 1
0
 public SOWIssueUpdateHandler(GlobalSolusindoDb db, tblM_User user, SOWIssueValidator sowIssueValidator, SOWIssueFactory sowIssueFactory, SOWIssueQuery sowIssueQuery, AccessControl accessControl) : base(db, user)
 {
     this.sowIssueValidator         = sowIssueValidator;
     this.sowIssueFactory           = sowIssueFactory;
     this.sowIssueQuery             = sowIssueQuery;
     this.sowIssueEntryDataProvider = new SOWIssueEntryDataProvider(db, user, accessControl, sowIssueQuery);
 }
Exemplo n.º 2
0
 private void Initialize(SOWIssueValidator sowIssueValidator, SOWIssueFactory sowIssueFactory)
 {
     this.sowIssueValidator = sowIssueValidator;
     this.sowIssueFactory   = sowIssueFactory;
 }