namespace LaaProduction.SQL.Interfaces { using System; public interface ISQLReader { T GetValue(); object GetValue(string column); } }