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