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