|
|
@ -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; |
|
|
|