8 lines
280 B
C#
8 lines
280 B
C#
namespace CompanyManagment.App.Contracts.InstitutionContract;
|
|
|
|
public class InstitutionContractExtensionPaymentResponse
|
|
{
|
|
public InstitutionContractPaymentOneTimeViewModel OneTime { get; set; }
|
|
public InstitutionContractPaymentMonthlyViewModel Monthly { get; set; }
|
|
|
|
} |