| | |
| | | using System.Linq; |
| | | using System.Text; |
| | | using System.Threading.Tasks; |
| | | using WIDESEAWCS_Core; |
| | | using WIDESEAWCS_Core.BaseRepository; |
| | | using WIDESEAWCS_Core.BaseServices; |
| | | using WIDESEAWCS_DTO.Telescopic; |
| | |
| | | public class MaintenanceTeamService : ServiceBase<Dt_MaintenanceTeam, IRepository<Dt_MaintenanceTeam>>, IMaintenanceTeamService |
| | | { |
| | | public IRepository<Dt_MaintenanceTeam> Repository => BaseDal; |
| | | private readonly IRepository<Sys_User> _user; |
| | | |
| | | public MaintenanceTeamService(IRepository<Dt_MaintenanceTeam> BaseDal) : base(BaseDal) |
| | | public MaintenanceTeamService(IRepository<Dt_MaintenanceTeam> BaseDal,IRepository<Sys_User> user) : base(BaseDal) |
| | | { |
| | | |
| | | _user = user; |
| | | } |
| | | |
| | | |
| | | <<<<<<< Updated upstream |
| | | ======= |
| | | /// <summary> |
| | | /// æ£ä¿®è®¾ç½®è®°å½ |
| | | /// </summary> |
| | |
| | | |
| | | } |
| | | |
| | | >>>>>>> Stashed changes |
| | | } |
| | | } |