Compare commits
2 Commits
5e8fd5dcc1
...
cc3232df6b
Author | SHA1 | Date | |
---|---|---|---|
|
cc3232df6b | ||
|
c0f872dd01 |
6
University/Models/IStatement.cs
Normal file
6
University/Models/IStatement.cs
Normal file
@ -0,0 +1,6 @@
|
||||
namespace University.Models
|
||||
{
|
||||
public interface IStatement
|
||||
{
|
||||
}
|
||||
}
|
@ -1,6 +1,6 @@
|
||||
namespace Models
|
||||
{
|
||||
public class Class1
|
||||
public interface ISubject
|
||||
{
|
||||
|
||||
}
|
6
University/Models/ITeacher.cs
Normal file
6
University/Models/ITeacher.cs
Normal file
@ -0,0 +1,6 @@
|
||||
namespace University.Models
|
||||
{
|
||||
public interface ITeacher
|
||||
{
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user