Example #1
0
 public static List <Subject> GetSubject(int?id)
 {
     return(DAO.getSubjects(id));
 }