Find a Course by the property ID. returns null if not found.
Find a Course by the property ID. returns null if not found.
public Course FindByID(int);
Find a Course by the property ID. returns null if not found.
public Course FindByID(int,CompareType);
Find a Course by the property ID. returns null if not found.
public Course FindByID(string);
Find a Course by the property ID. returns null if not found.
public Course FindByID(string,CompareType);
CourseCollectionOrmTemplate Class | OleroTrainingBiz Namespace