Exemple #1
0
 /// <summary>
 ///  增加权限
 /// </summary>
 public int AddAuth(int userId, int authObjId, int authType)
 {
     return(_dal.AddAuth(userId, authObjId, authType));
 }