コード例 #1
0
ファイル: FactoryManager.cs プロジェクト: zxmajunhong/wanghai
 public static int GetTotalCount(string where)
 {
     return(FactoryService.GetTotalCount(where));
 }