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