Interfaces
This commit is contained in:
@@ -6,11 +6,9 @@ using System.Threading.Tasks;
|
||||
|
||||
namespace Domain.Enums
|
||||
{
|
||||
class PersonType
|
||||
public enum PersonType
|
||||
{
|
||||
public enum PersonTypeEnum {
|
||||
Student,
|
||||
Teacher
|
||||
}
|
||||
Student,
|
||||
Teacher
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user