// GET: api/AccountGroup public IEnumerable <AccountGroup> Get() { return(service.GetAll()); }
public IEnumerable <AccountGroup> GetAllAccountGroup() { return(accountGroupRepository.GetAll()); }