Browse Source

预约

master
DESKTOP-G961P6V\Zhh 1 year ago
parent
commit
c8c630e511
  1. 5
      src/Shentun.WebPeis.Application/QuestionRegisters/QuestionRegisterAppService.cs

5
src/Shentun.WebPeis.Application/QuestionRegisters/QuestionRegisterAppService.cs

@ -1,4 +1,5 @@
using Microsoft.AspNetCore.Mvc;
using Microsoft.AspNetCore.Authorization;
using Microsoft.AspNetCore.Mvc;
using Org.BouncyCastle.Math.EC.Rfc7748; using Org.BouncyCastle.Math.EC.Rfc7748;
using Shentun.WebPeis.Enums; using Shentun.WebPeis.Enums;
using Shentun.WebPeis.Models; using Shentun.WebPeis.Models;
@ -14,6 +15,8 @@ using Volo.Abp.Domain.Repositories;
namespace Shentun.WebPeis.QuestionRegisters namespace Shentun.WebPeis.QuestionRegisters
{ {
[ApiExplorerSettings(GroupName = "Work")]
[Authorize]
public class QuestionRegisterAppService : ApplicationService public class QuestionRegisterAppService : ApplicationService
{ {
private readonly IRepository<QuestionRegister> _repository; private readonly IRepository<QuestionRegister> _repository;

Loading…
Cancel
Save