Interface IAccountRepository
Namespace: Catalyst.Core.Modules.Ledger.Repository
Assembly: Catalyst.Core.Modules.Ledger.dll
Syntax
public interface IAccountRepository : IRepositoryWrapper<Account>, IRepository<Account, string>