Ejemplo n.º 1
0
 public static bool Exists(object primaryKey)
 {
     return(BaseAccess <TEntity, TFileFields> .Exists(primaryKey));
 }