|
|
@ -36,8 +36,8 @@ using System.Threading; |
|
|
|
|
|
|
|
|
namespace Shentun.Peis.TransToWebPeis |
|
|
namespace Shentun.Peis.TransToWebPeis |
|
|
{ |
|
|
{ |
|
|
//[ApiExplorerSettings(GroupName = "Work")]
|
|
|
|
|
|
//[Authorize]
|
|
|
|
|
|
|
|
|
[ApiExplorerSettings(GroupName = "Work")] |
|
|
|
|
|
[Authorize] |
|
|
public class TransToWebPeisAppService : ApplicationService |
|
|
public class TransToWebPeisAppService : ApplicationService |
|
|
{ |
|
|
{ |
|
|
private readonly IRepository<DeviceType, Guid> _deviceTypeRepository; |
|
|
private readonly IRepository<DeviceType, Guid> _deviceTypeRepository; |
|
|
|