Ejemplo n.º 1
0
 public bool AddView(int LastModifiedBy, int QId)   //am??
 {
     QuestAnsDAL AnsDAL = new QuestAnsDAL();
     if (AnsDAL.AddView(LastModifiedBy, QId))     //am???
     {
         return true;
     }
     else
     {
         return false;
     }
 }