文件名从 项目代码/WIDESEAWCS_Server 正式/WIDESEAWCS_BasicInfoService/ProcessServer.cs 修改 |
| | |
| | | using WIDESEAWCS_Core.BaseServices; |
| | | using WIDESEAWCS_ITaskInfoService; |
| | | using WIDESEAWCS_Model.Models; |
| | | using WIDESEAWCS_Model.Models.SerialPort; |
| | | |
| | | namespace WIDESEAWCS_TaskInfoService |
| | | { |
| | | public class ProcessServer : ServiceBase<Dt_Process, IProcessRepository>, IProcessServer |
| | | public class NJCommandsServer : ServiceBase<Dt_NJCommands, INJCommandsRepository>, INJCommandsServer |
| | | { |
| | | public ProcessServer(IProcessRepository BaseDal) : base(BaseDal) |
| | | public NJCommandsServer(INJCommandsRepository BaseDal) : base(BaseDal) |
| | | { |
| | | } |
| | | } |