示例#1
0
 /// <summary>
 /// 取得所有"贷款"笔数
 /// </summary>
 /// <returns>"贷款"笔数</returns>
 public int GetCount()
 {
     return(_dao.GetCount());
 }