DRMFSS.BLL.ViewModels.Dispatch.OtherDispatchAllocationViewModel.OtherDispatchAllocationViewModel C# (CSharp) Method

OtherDispatchAllocationViewModel() public method

public OtherDispatchAllocationViewModel ( ) : System
return System
        public OtherDispatchAllocationViewModel()
        {
            // Default both to the current date.
               AgreementDate = DateTime.Now;
               EstimatedDispatchDate = DateTime.Now;
        }