コード例 #1
0
ファイル: FindService.cs プロジェクト: VincentLeng/Pethome
 public static DataTable SelectTopOne()
 {
     return(IFind.selectTopOne());
 }