Exemple #1
0
 public Case( DateTime dtDate, DateTime dtLastEditDate, int nStatusID, string strSubject, string strDetails, Branch branch, CaseCategory caseCategory, CaseType caseType, Department department, Department departmentnDepartmentAssignedID, Employee employeenSubmittedByID, Employee employee, Member member )
 {
     this._dtDate = dtDate;
     this._dtLastEditDate = dtLastEditDate;
     this._nStatusID = nStatusID;
     this._strSubject = strSubject;
     this._strDetails = strDetails;
     this._branch = branch;
     this._caseCategory = caseCategory;
     this._caseType = caseType;
     this._department = department;
     this._departmentnDepartmentAssignedID = departmentnDepartmentAssignedID;
     this._employeenSubmittedByID = employeenSubmittedByID;
     this._employee = employee;
     this._member = member;
 }
Exemple #2
0
 public Case(DateTime dtDate, DateTime dtLastEditDate, int nStatusID, string strSubject, string strDetails, Branch branch, CaseCategory caseCategory, CaseType caseType, Department department, Department departmentnDepartmentAssignedID, Employee employeenSubmittedByID, Employee employee, Member member)
 {
     this._dtDate         = dtDate;
     this._dtLastEditDate = dtLastEditDate;
     this._nStatusID      = nStatusID;
     this._strSubject     = strSubject;
     this._strDetails     = strDetails;
     this._branch         = branch;
     this._caseCategory   = caseCategory;
     this._caseType       = caseType;
     this._department     = department;
     this._departmentnDepartmentAssignedID = departmentnDepartmentAssignedID;
     this._employeenSubmittedByID          = employeenSubmittedByID;
     this._employee = employee;
     this._member   = member;
 }