临时提交2
This commit is contained in:
@@ -4,7 +4,6 @@ using DMS.Core.Helper;
|
||||
using DMS.Core.Models;
|
||||
using DMS.Infrastructure.Data;
|
||||
using DMS.Infrastructure.Entities;
|
||||
using DMS.Infrastructure.Interfaces;
|
||||
using DMS.Infrastructure.Repositories;
|
||||
using SqlSugar;
|
||||
using System;
|
||||
@@ -14,9 +13,9 @@ using System.Threading.Tasks;
|
||||
|
||||
namespace DMS.Infrastructure.Services
|
||||
{
|
||||
public class MqttService:BaseService<MqttServer, DbMqttServer, MqttRepository>
|
||||
public class MqttService:BaseService<MqttServer, DbMqttServer, MqttServerRepository>
|
||||
{
|
||||
public MqttService(IMapper mapper, MqttRepository repository) : base(mapper, repository)
|
||||
public MqttService(IMapper mapper, MqttServerRepository serverRepository) : base(mapper, serverRepository)
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user