6 lines
175 B
C#
6 lines
175 B
C#
namespace CompanyManagment.App.Contracts.InstitutionPlan;
|
|
|
|
public class EditInstitutionPlanPercentage : CreateInstitutionPlanPercentage
|
|
{
|
|
public long Id { get; set; }
|
|
} |