コード例 #1
0
 public dynamic DeleteCourseWare(CourseWareModel model)
 {
     return(Success(mapper.DeleteCourseWare(model, this.System_Station_ID)));
 }