using Common.Dtos.Common; namespace Common.Dtos.Student; public class CreateStudentResponse : BaseResponse { public string? CreateStudentResult { get; set; } }