Ejemplo n.º 1
0
 public List <usp_getFinancialQuestions_Result> getFinancialQuestions()
 {
     using (var db = new CSET_Context())
     {
         return(db.usp_getFinancialQuestions(_assessmentId).ToList());
     }
 }