コード例 #1
0
        public override CargoState Unload(Challenge00.DDDSample.Voyage.IVoyage voyage, DateTime date)
        {
            string message = string.Format("Can not unload the {0} cargo from the {1} voyage, since it's not yet recieved.", Identifier, voyage.Number);

            throw new System.InvalidOperationException(message);
        }
コード例 #2
0
 public override CargoState Unload(Challenge00.DDDSample.Voyage.IVoyage voyage, DateTime date)
 {
     throw new System.NotImplementedException();
 }