Compare commits

...

2 Commits

Author SHA1 Message Date
GokaPek
cc3232df6b коммит для володи 2024-04-12 21:52:55 +04:00
GokaPek
c0f872dd01 Создание папки моделей 2024-04-12 21:30:40 +04:00
3 changed files with 13 additions and 1 deletions

View File

@ -0,0 +1,6 @@
namespace University.Models
{
public interface IStatement
{
}
}

View File

@ -1,6 +1,6 @@
namespace Models
{
public class Class1
public interface ISubject
{
}

View File

@ -0,0 +1,6 @@
namespace University.Models
{
public interface ITeacher
{
}
}