示例#1
0
 public override void When(PhysicalInventoryCommands.CountItem c)
 {
     AssertDocumentStatus(c.DocumentNumber, DocumentStatusIds.Drafted);
     base.When(c);
 }
 public void When(PhysicalInventoryCommands.CountItem c)
 {
     throw new NotImplementedException();//todo
 }