7 lines
172 B
C#
7 lines
172 B
C#
namespace CompanyManagment.App.Contracts.FinancilTransaction;
|
|
|
|
public class EditFinancialTransaction : CreateFinancialTransaction
|
|
{
|
|
public long Id { get; set; }
|
|
|
|
} |