Ejemplo n.º 1
0
 // example: repo.GetWhere(new { FirstName ="jhon", LastName="philips"});
 public IEnumerable <T> GetWhere(object where)
 {
     return(DbUtil.GetWhere <T>(where, Cs));
 }