Exemple #1
0
 public Co_CoursePaper GetCo_CourseMainPaper(int CourseId)
 {
     return(coursepaperDb.GetCo_CourseMainPaper(CourseId));
 }