Skip to content

Instantly share code, notes, and snippets.

@zaagan
Created July 19, 2020 09:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zaagan/7270a719d412708d4587fc98db7d5414 to your computer and use it in GitHub Desktop.
Save zaagan/7270a719d412708d4587fc98db7d5414 to your computer and use it in GitHub Desktop.
Course Read Service Sample Data
List<Course> GetTop10Courses()
CourseDetail GetCourseDetail(courseID)
List<Course> GetCourses(courseName, limit, offset)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment