AgGateway.ADAPT.ISOv4Plugin.Loaders.GuidanceAllocationLoader.GuidanceAllocationLoader C# (CSharp) Метод

GuidanceAllocationLoader() приватный Метод

private GuidanceAllocationLoader ( TaskDataDocument taskDocument ) : System.Collections.Generic
taskDocument AgGateway.ADAPT.ISOv4Plugin.Models.TaskDataDocument
Результат System.Collections.Generic
        private GuidanceAllocationLoader(TaskDataDocument taskDocument)
        {
            _taskDocument = taskDocument;
            _allocations = new List<GuidanceAllocation>();
        }