예제 #1
0
 public bool CreateNewRole(Role r)
 {
     return(roleInterface.CreateNewRole(r));
 }