коммит для володи

This commit is contained in:
GokaPek 2024-04-12 21:52:55 +04:00
parent c0f872dd01
commit cc3232df6b
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

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