Ejemplo n.º 1
0
 public IEnumerable <T> GetWhereStartsWith(string prop, string with, int max)
 {
     return(DbUtil.GetWhereStartsWith <T>(prop, with, max, Cs));
 }