コード例 #1
0
 public dynamic GetCourseWareByIDforPC([FromUri] W_CourseWareModel model)
 {
     return(Success(mapper.GetCourseWareByIDforPC(model, this.System_Station_ID)));
 }