Ejemplo n.º 1
0
 public IEnumerable <BlockLoc> getBlocksToGetThisTypeFrom(ResourceBlock.ResourceType typeToFetch)
 {
     return(jobSiteManager.getResourceJobSite().getBlocksToGetThisTypeFrom(typeToFetch).ToList());
 }