Edit entities, add security package
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
package com.faf223.expensetrackerfaf.util;
|
||||
|
||||
import com.faf223.expensetrackerfaf.entities.User;
|
||||
|
||||
public interface IMoneyTransaction {
|
||||
|
||||
User getUser();
|
||||
|
||||
int getAmount();
|
||||
String getCategory();
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user