Interface IAccountRepository

More specific repository interface for Accounts

interface IAccountRepository
  : IRepository!(blogd.models.account.Account) ;

Methods

NameDescription
get
get
get
post
put
remove