поправки
This commit is contained in:
parent
9d4e552a0c
commit
d9a2d43c0e
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user