| | |
| | | using System.Linq; |
| | | using System.Text; |
| | | using System.Threading.Tasks; |
| | | using WIDESEA_Core; |
| | | using WIDESEA_Core.BaseServices; |
| | | using WIDESEA_IBasicRepository; |
| | | using WIDESEA_Model.Models; |
| | |
| | | { |
| | | public interface IAreaInfoService : IService<Dt_AreaInfo> |
| | | { |
| | | IAreaInfoRepository Repository { get; } |
| | | IAreaInfoRepository Repository { get; } |
| | | |
| | | WebResponseContent AreaEnableStatus(int[] keys); |
| | | |
| | | WebResponseContent AreaDisableStatus(int[] keys); |
| | | |
| | | WebResponseContent AreaEnableStatus(int key); |
| | | |
| | | WebResponseContent AreaDisableStatus(int key); |
| | | } |
| | | } |