Пример #1
0
 //验证是否存在
 private bool IsExists(Model_SysUser model, int i)
 {
     return(BLL.Exists(model, i));
 }