Exemplo n.º 1
0
 protected ICollection <T> GetAll()
 {
     return(SqlUtility.GetAll <T>(TableName, _connection));
 }