public cause_singleModel(IGetCaseDetailsQuery getCaseDetailsQuery)
 {
     this.getCaseDetailsQuery = getCaseDetailsQuery;
 }
Esempio n. 2
0
 public causesModel(IGetAllCasesQuery getAllCasesQuery, IGetCaseDetailsQuery getCaseDetailsQuery)
 {
     this.getAllCasesQuery    = getAllCasesQuery;
     this.getCaseDetailsQuery = getCaseDetailsQuery;
 }