7 lines
194 B
C#
7 lines
194 B
C#
namespace CompanyManagment.App.Contracts.InstitutionContract;
|
|
|
|
public class InstitutionContractViewModelNew : InstitutionContractViewModel
|
|
{
|
|
public long ConractingPartyId { get; set; }
|
|
|
|
} |