Ejemplo n.º 1
0
 public List <T> Find <T>(DbCondition condition) where T : new()
 {
     return(entityManager.Find <T>(condition));
 }