예제 #1
0
 public UserRole GetRole(int RoleID)
 {
     return(_userRoleController.GetRoleByID(RoleID));
 }