Beispiel #1
0
 /// <summary>
 /// 创建角色
 /// </summary>
 /// <param name="rs"></param>
 /// <returns></returns>
 public int CreateRole(Roles role)
 {
     RolesDao rd = new RolesDao();
     return rd.Insert(role);
 }