Tests passed using Mock
This commit is contained in:
9
Shared/Models/Stateless/IOpenInsightV1Controller.cs
Normal file
9
Shared/Models/Stateless/IOpenInsightV1Controller.cs
Normal file
@ -0,0 +1,9 @@
|
||||
namespace OI.Metrology.Shared.Models.Stateless;
|
||||
|
||||
public interface IOpenInsightV1Controller<T>
|
||||
{
|
||||
|
||||
static string GetRouteName() => nameof(IOpenInsightV1Controller<T>)[1..^10];
|
||||
T GetTencorRun(string rds, string? insertDate, string? recipe);
|
||||
|
||||
}
|
Reference in New Issue
Block a user