Esempio n. 1
0
 public dynamic DeleteNoteByID(W_QuestionNote model)
 {
     return(Success(mapper.DeleteNoteByID(model, this.SafeGetStuId)));
 }