Ejemplo n.º 1
0
 public IQueryable ProjectionQuery(Type entityType)
 {
     return(_leanPlatform.ProjectionQuery(entityType));
 }