コード例 #1
0
 // GET api/regulations
 public async Task <IEnumerable <Regulation> > Get(string collection)
 {
     return(await _regulationRepository.GetAllRegulations(collection));
 }