9 lines
214 B
C#
9 lines
214 B
C#
using System;
|
|
|
|
namespace CompanyManagment.App.Contracts.InstitutionContract;
|
|
|
|
public class InsertAmendmentTempWorkshopResponse
|
|
{
|
|
public Guid WorkshopTempId { get; set; }
|
|
public string Amount { get; set; }
|
|
} |