коммит для володи
This commit is contained in:
parent
c0f872dd01
commit
cc3232df6b
@ -1,6 +1,6 @@
|
||||
namespace University.Models
|
||||
{
|
||||
public class Teacher
|
||||
public interface IStatement
|
||||
{
|
||||
}
|
||||
}
|
@ -1,6 +1,6 @@
|
||||
namespace Models
|
||||
{
|
||||
public class Subject
|
||||
public interface ISubject
|
||||
{
|
||||
|
||||
}
|
@ -1,6 +1,6 @@
|
||||
namespace University.Models
|
||||
{
|
||||
public class Statement
|
||||
public interface ITeacher
|
||||
{
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user