Добавил модели

This commit is contained in:
Marselchi 2024-05-04 01:11:49 +04:00
parent 45da8923fb
commit 4e204861b8

View File

@ -10,7 +10,6 @@ namespace JournalDataModels.Models
public interface IGroupModel : IId
{
string GroupName { get; }
int Course { get; }
}
}