Add project
This commit is contained in:
12
Common/Dtos/Specialization/CreateSpecializationResponse.cs
Normal file
12
Common/Dtos/Specialization/CreateSpecializationResponse.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using Common.Dtos.Common;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace Common.Dtos.Specialization
|
||||
{
|
||||
public class CreateSpecializationResponse : BaseResponse
|
||||
{
|
||||
public string? CreateSpecializationResult { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user