示例#1
0
文件: Subject.cs 项目: h2002d/SortIt
 public static List <Subject> GetSubject(int?id)
 {
     return(DAO.getSubjects(id));
 }