コード例 #1
0
 // GET: api/AccountGroup
 public IEnumerable <AccountGroup> Get()
 {
     return(service.GetAll());
 }
コード例 #2
0
 public IEnumerable <AccountGroup> GetAllAccountGroup()
 {
     return(accountGroupRepository.GetAll());
 }