Ready to test Max RDS
This commit is contained in:
11
Shared/Repositories/IRdsMaxRepo.cs
Normal file
11
Shared/Repositories/IRdsMaxRepo.cs
Normal file
@ -0,0 +1,11 @@
|
||||
namespace OI.Metrology.Shared.Repositories;
|
||||
|
||||
using DataModels.RDS;
|
||||
using System.Collections.Generic;
|
||||
|
||||
public interface IRdsMaxRepo
|
||||
{
|
||||
|
||||
Max[] GetMaxRDS();
|
||||
List<string[]> Convert(Max[] collection);
|
||||
}
|
Reference in New Issue
Block a user