Add project
This commit is contained in:
7
Common/Dtos/Subject/CreateSubjectRequest.cs
Normal file
7
Common/Dtos/Subject/CreateSubjectRequest.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace Common.Dtos.Subject;
|
||||
|
||||
public class CreateSubjectRequest
|
||||
{
|
||||
public string? Name { get; set; }
|
||||
public string? ShortName { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user