コード例 #1
0
ファイル: SearchModels.cs プロジェクト: Ausadamos/Input
 public OutputOnDbProperty SearchFlow()
 {
     _resultData = _services.SearchFlow();
     return(_resultData);
 }