Ready to Test
This commit is contained in:
10
Shared/Services/IInboundDataService.cs
Normal file
10
Shared/Services/IInboundDataService.cs
Normal file
@ -0,0 +1,10 @@
|
||||
using Newtonsoft.Json.Linq;
|
||||
|
||||
namespace OI.Metrology.Shared.Services;
|
||||
|
||||
public interface IInboundDataService
|
||||
{
|
||||
long DoSQLInsert(JToken jsonbody, DataModels.ToolType toolType, List<DataModels.ToolTypeMetadata> metaData);
|
||||
|
||||
void ValidateJSONFields(JToken jsonbody, int detailIndex, List<DataModels.ToolTypeMetadata> metaData, List<string> Errors, List<string> Warnings);
|
||||
}
|
Reference in New Issue
Block a user