mirror of
https://github.com/immense/Remotely.git
synced 2025-10-26 11:27:15 +00:00
14 lines
272 B
C#
14 lines
272 B
C#
using Remotely.Shared.DtoEntityBases;
|
|
using Remotely.Shared.Enums;
|
|
using Remotely.Shared.Models;
|
|
using Remotely.Shared.Utilities;
|
|
using System;
|
|
using System.Text.Json.Serialization;
|
|
|
|
namespace Remotely.Shared.Dtos;
|
|
|
|
public class ScriptResultDto : ScriptResultBase
|
|
{
|
|
|
|
}
|