fix expenses and incomes

This commit is contained in:
mirrerror
2023-09-21 13:35:39 +03:00
parent bd5514380b
commit 48476e405c
3 changed files with 21 additions and 13 deletions

View File

@@ -5,8 +5,6 @@ import com.faf223.expensetrackerfaf.model.User;
public interface IMoneyTransaction {
User getUser();
long getUserId();
int getAmount();
String getCategory();