Esempio n. 1
0
 public bool Update(QuestionsModel model)
 {
     return true;
 }
Esempio n. 2
0
 /// <summary>
 /// To select question and answers
 /// </summary>
 /// <param name="entity"></param>
 /// <param name="contractId"></param>
 /// <returns></returns>
 public IList<QuestionsModel> ListQuesAnswers(string entity, Int64? contractId)
 {
     QuestionsModel model = new QuestionsModel();
     return new DataAccess.DataAccess().ExecuteReader<QuestionsModel>("AVZ_QUS_spRetriveQuestions", new { Entity = entity, ContractId = contractId });
 }