예제 #1
0
 public int GetCount(int IsSystem)
 {
     return(Convert.ToInt32(AdminUserDAL.GetCount(IsSystem)));
 }