예제 #1
0
파일: Subject.cs 프로젝트: h2002d/SortIt
 public static List <Subject> GetSubject(int?id)
 {
     return(DAO.getSubjects(id));
 }