DRMFSS.BLL.DispatchAllocation.DispatchAllocation C# (CSharp) 메소드

DispatchAllocation() 공개 메소드

public DispatchAllocation ( ) : System
리턴 System
        public DispatchAllocation()
        {
            this.Dispatches = new List<Dispatch>();
        }