Library refactor, divided model by type
Added read/update metadata to the cms client
This commit is contained in:
@@ -1,8 +1,4 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace Step.Model.DTOModels.JobModels
|
||||
{
|
||||
@@ -18,4 +14,4 @@ namespace Step.Model.DTOModels.JobModels
|
||||
SelectionList = new List<string>();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user