using Microsoft.AspNetCore.Mvc; using WIDESEA_DTO; namespace WIDESEA_IStorageBasicService; public interface IDt_CZInfo_mesService : IService { WebResponseContent RequestAxleloading(RequestTaskDto input); WebResponseContent UpdateAxleCurrentStatue(RequestTaskDto input); }