示例#1
0
 public Role GetRoleByName(string roleName)
 {
     return(_roleDal.GetRoleByName(roleName));
 }