| | |
| | | using WIDESEA_DTO; |
| | | using Masuit.Tools.Models; |
| | | using WIDESEA_DTO; |
| | | |
| | | namespace WIDESEA_WMSServer.Controllers; |
| | | |
| | |
| | | { |
| | | return Service.CreateLocation(x, y, z, locType, areaId); |
| | | } |
| | | [HttpPost, AllowAnonymous, Route("initializeLocation")] |
| | | public async Task<WebResponseContent> initializeLocation(int locationID) |
| | | { |
| | | return await Service.initializeLocation(locationID); |
| | | } |
| | | [HttpPost, AllowAnonymous, Route("HandOutTask")] |
| | | public WebResponseContent HandOutTask(int locationID) |
| | | { |
| | | return Service.HandOutTask(locationID); |
| | | } |
| | | |
| | | } |