示例#1
0
文件: NunitTest.cs 项目: sywymj/NCMS
        //取消结算
        public void CancelCal()
        {
            HisComponent hisComponent = new HisComponent();

            hisComponent.HisBalanceDel(45094);
        }
示例#2
0
文件: NunitTest.cs 项目: sywymj/NCMS
 public void CancelCal()
 {
     HisComponent hisComponent = new HisComponent();
     hisComponent.HisBalanceDel(45094);
 }