Ejemplo n.º 1
0
 public dynamic DeleteAllNote(W_QuestionNote model)
 {
     return(Success(mapper.DeleteAllNote(model, this.SafeGetStuId)));
 }