10 lines
167 B
C#
10 lines
167 B
C#
using System.Numerics;
|
|
|
|
namespace AquaCubeIT.Service.NetFloppy.Models
|
|
{
|
|
public class SaveImageResponse : Response<SaveImageResponsePayload>
|
|
{
|
|
|
|
}
|
|
}
|