refactoring
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
namespace MyOffice.Data.Repositories.Account;
|
||||
|
||||
using Models.Accounts;
|
||||
|
||||
public interface IMotionRepository
|
||||
{
|
||||
bool Add(Motion motion);
|
||||
List<Motion> GetByAccount(Guid accountId, DateTime dateFrom, DateTime dateTo);
|
||||
}
|
||||
Reference in New Issue
Block a user