поправки

This commit is contained in:
xom9kxom9k 2024-11-23 15:41:56 +04:00
parent 9d4e552a0c
commit d9a2d43c0e

View File

@ -13,7 +13,6 @@ public class Expense
public IncomeExpenseType ExpenseType { get; private set; }
public string Name { get; private set; } = string.Empty;
public string ExpenseCategory { get; private set; } = string.Empty;
public static Expense CreateEntity(int id,IncomeExpenseType expenseType, string name, string expenseCategory)
{
return new Expense