コード例 #1
0
 public int RolesDel(string id)
 {
     logger.Debug($"用户对角色进行删除,删除的ID为:{id}");
     return(_rolesRepository.DelRoles(id));
 }