예제 #1
0
파일: City.cs 프로젝트: MingXingTeam/rbac
 /// <summary>
 /// 得到最大ID
 /// </summary>
 public int GetMaxId()
 {
     return(dal.GetMaxId());
 }