mirror of
https://github.com/MvDevsUnion/WPetition.git
synced 2026-01-15 09:59:28 +00:00
7 lines
135 B
C#
7 lines
135 B
C#
namespace Submission.Api.Dto;
|
|
|
|
public class AuthorsDto
|
|
{
|
|
public string Name { get; set; }
|
|
public string NID { get; set; }
|
|
} |