9 lines
247 B
C#
9 lines
247 B
C#
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);
|
|
|
|
} |