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