예제 #1
0
파일: SalesInvoice.cs 프로젝트: Allors/apps
 public void AppsWriteOff(SalesInvoiceWriteOff method)
 {
     this.CurrentObjectState = new SalesInvoiceObjectStates(this.Strategy.Session).WrittenOff;
 }
예제 #2
0
 public void AppsWriteOff(SalesInvoiceWriteOff method)
 {
     this.SalesInvoiceState = new SalesInvoiceStates(this.Strategy.Session).WrittenOff;
 }