コード例 #1
0
ファイル: FhirController.cs プロジェクト: HowardEdidin/spark
 public TagList AllTags()
 {
     return(service.TagsFromServer());
 }