namespace MyOffice.Data.Repositories.Account; using Models.Accounts; public interface IAccountMotionRepository { bool Add(AccountMotion accountMotion); }