fix
This commit is contained in:
@@ -5,4 +5,5 @@ using Models.Accounts;
|
||||
public interface IAccountMotionRepository
|
||||
{
|
||||
bool Add(AccountMotion accountMotion);
|
||||
List<AccountMotion> GetByAccount(Guid accountId, DateTime dateFrom, DateTime dateTo);
|
||||
}
|
||||
Reference in New Issue
Block a user