public ConvertStoredProcedureToDapperClass(ConvertSqlTypeToDotNetType getDotNetType) { this.getDotNetType = getDotNetType; }
public ConvertDatabaseTableToClass(ConvertSqlTypeToDotNetType getDotNetType) { this.getDotNetType = getDotNetType; }