Exemplo n.º 1
0
 public static Course Find(Guid id)
 {
     return(CourseDAO.Find(id));
 }