fix expenses and incomes
This commit is contained in:
@@ -5,8 +5,6 @@ import com.faf223.expensetrackerfaf.model.User;
|
||||
public interface IMoneyTransaction {
|
||||
|
||||
User getUser();
|
||||
|
||||
long getUserId();
|
||||
int getAmount();
|
||||
String getCategory();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user