Exemplo n.º 1
0
        public static Dictionary <string, ValuePresentation> Load(TaskDataDocument taskDocument)
        {
            var loader = new UnitLoader(taskDocument);

            return(loader.Load());
        }
Exemplo n.º 2
0
        public static Dictionary<string, ValuePresentation> Load(TaskDataDocument taskDocument)
        {
            var loader = new UnitLoader(taskDocument);

            return loader.Load();
        }