update
This commit is contained in:
@@ -6,4 +6,7 @@ public interface IMotionRepository
|
||||
{
|
||||
bool Add(Motion motion);
|
||||
List<Motion> GetByAccount(Guid accountId, DateTime dateFrom, DateTime dateTo);
|
||||
Motion? Get(Guid userId, Guid id);
|
||||
bool Update(Motion motion);
|
||||
bool Remove(Motion motion);
|
||||
}
|
||||
Reference in New Issue
Block a user