Exemplo n.º 1
0
 public dynamic GetNoteList([FromUri] W_CollectionModel model)
 {
     return(Success(mapper.GetNoteList(model, this.SafeGetStuId, this.System_Station_ID), model.PageIndex == 1 ? mapper.GetNoteListCount(model, this.SafeGetStuId, this.System_Station_ID) : 0));
 }