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