コード例 #1
0
ファイル: FileServices.cs プロジェクト: pwx5507690/From
 public IEnumerable <FileGroup> GetGroup()
 {
     return(_fileGroup.Query());
 }