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