| | |
| | | using WIDESEAWCS_Core.HttpContextUser; |
| | | using WIDESEAWCS_Core.Utilities; |
| | | using WIDESEAWCS_DTO.SerialPort; |
| | | using WIDESEAWCS_DTO.Telescopic; |
| | | using WIDESEAWCS_ISystemServices; |
| | | using WIDESEAWCS_Model; |
| | | using WIDESEAWCS_Model.Models; |
| | |
| | | public WebResponseContent SaveFiles(IFormCollection files) |
| | | { |
| | | return Service.SaveFiles(files); |
| | | |
| | | |
| | | } |
| | | |
| | | /// <summary> |
| | |
| | | return Service.DeleteUserIsface(account); |
| | | } |
| | | |
| | | |
| | | [HttpPost, Route("YShowUserList"),AllowAnonymous] |
| | | public WebResponseContent YShowUserList([FromBody] PaginationDTO pagination) |
| | | { |
| | | return Service.YShowUserList(pagination); |
| | | } |
| | | |
| | | } |
| | | |
| | | public class SwaggerLoginRequest |