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