完成设备删除单元测试
This commit is contained in:
@@ -75,7 +75,7 @@ public class MqttAliasAppService : IMqttAliasAppService
|
||||
try
|
||||
{
|
||||
_repoManager.BeginTranAsync();
|
||||
await _repoManager.VariableMqttAliases.DeleteAsync(id);
|
||||
await _repoManager.VariableMqttAliases.DeleteByIdAsync(id);
|
||||
await _repoManager.CommitAsync();
|
||||
}
|
||||
catch (Exception ex)
|
||||
|
||||
Reference in New Issue
Block a user