예제 #1
0
 public void RoleAddauth(int authid, int roleid)
 {
     role_repo.AddAuth(roleid, authid);
     SubmitChanges();
 }