コード例 #1
0
ファイル: Bank.cs プロジェクト: wangtingwei/EasyOne-csharp
 public static int Count()
 {
     return(dal.Count());
 }