Changed folder structure

This commit is contained in:
2023-09-21 12:55:08 +03:00
8 changed files with 130 additions and 16 deletions

View File

@@ -1,7 +1,11 @@
package com.faf223.expensetrackerfaf.util;
import com.faf223.expensetrackerfaf.model.User;
public interface IMoneyTransaction {
User getUser();
long getUserId();
int getAmount();
String getCategory();