forked from DavidMakarov/StudentEnrollment
10 lines
192 B
C#
10 lines
192 B
C#
|
using StudentEnrollmentContracts.StorageContracts;
|
|||
|
|
|||
|
namespace StudentEnrollmentDatabaseImplement.Implements
|
|||
|
{
|
|||
|
public class CourseStorage : ICourseStorage
|
|||
|
{
|
|||
|
// TODO: Implement this
|
|||
|
}
|
|||
|
}
|