Library refactor, divided model by type
Added read/update metadata to the cms client
This commit is contained in:
@@ -1,14 +1,8 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Step.Model.DTOModels.JobModels
|
||||
namespace Step.Model.DTOModels.JobModels
|
||||
{
|
||||
public class DTOImageParamModel
|
||||
{
|
||||
public string Name;
|
||||
public string Base64;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user