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