Ejemplo n.º 1
0
        public static ProcessedDataPackage CollectFor(Type type, String folder, int collectionId)
        {
            ProcessedDataPackage cmd = new ProcessedDataPackage(collectionId, folder);

            return(CollectFor(type, cmd));
        }