Files
cms_thermo_active/Thermo.Active.Model/DTOModels/JobModels/DTOImageParamModel.cs
T
2020-04-09 14:37:07 +02:00

8 lines
162 B
C#

namespace Thermo.Active.Model.DTOModels.JobModels
{
public class DTOImageParamModel
{
public string Name;
public string Base64;
}
}