Tests passed using Mock
This commit is contained in:
9
Shared/Models/Stateless/IIOpenInsightV1Repository.cs
Normal file
9
Shared/Models/Stateless/IIOpenInsightV1Repository.cs
Normal file
@ -0,0 +1,9 @@
|
||||
namespace OI.Metrology.Shared.Models.Stateless;
|
||||
|
||||
public interface IOpenInsightV1Repository
|
||||
{
|
||||
|
||||
string GetTencorRun(string rds, string? insertDate, string? recipe);
|
||||
string GetCommandText(string rds, string? insertDate, string? recipe);
|
||||
|
||||
}
|
Reference in New Issue
Block a user