namespace StudentEnrollmentDataModels.Models
{
public interface ICourseModel : IId
string CourseName { get; }
long FacultyId { get; }
}