namespace OI.Metrology.Shared.Repositories; using DataModels.RDS; using System.Collections.Generic; public interface IRdsMaxRepo { Max[] GetMaxRDS(); List Convert(Max[] collection); }