コード例 #1
0
 public BaseResponse <AspNetRole> AddAspNetRole(AspNetRole model)
 {
     return(_systemService.AddRole(model));
 }