public void UpLoadFee() { HisComponent hisComponent = new HisComponent(); int iHr=hisComponent.JzdToNhFeeListByZyh(45094); Assert.AreEqual(0, iHr); var errors=hisComponent.ProcessFeeListByZyh(45094, true); Assert.AreEqual(errors.Count(), 0); }
public void UpLoadFee() { HisComponent hisComponent = new HisComponent(); int iHr = hisComponent.JzdToNhFeeListByZyh(45094); Assert.AreEqual(0, iHr); var errors = hisComponent.ProcessFeeListByZyh(45094, true); Assert.AreEqual(errors.Count(), 0); }