institution

Uat_Study
hang 2022-08-03 15:42:03 +08:00
parent fe8e68f40e
commit 810a601583
1 changed files with 2 additions and 3 deletions

View File

@ -3,10 +3,9 @@ using IRaCIS.Core.Infrastructure.Extention;
namespace IRaCIS.Application.Contracts
{
public class SponsorDTO
public class SponsorDTO:SponsorCommand
{
public Guid Id { get; set; }
public string SponsorName { get; set; } = string.Empty;
}
public class SponsorCommand