示例#1
0
 public List <Course> GetAll()
 {
     return(repo.ReadAll());
 }