Free cookie consent management tool by TermsFeed Policy Generator

source: branches/OaaS/HeuristicLab.Services.Optimization.Billing/Interfaces/IInvoiceFormattingEngine.cs @ 9619

Last change on this file since 9619 was 9619, checked in by spimming, 11 years ago

#1888:

  • Added new BillingService methods
  • Disabled proxy generation and lazy loading!
  • Extended see method with additional test data
  • Added properties to order and invoice model
  • initial commit of BillingEngine module
File size: 223 bytes
Line 
1using HeuristicLab.Services.Optimization.Billing.Model;
2
3namespace HeuristicLab.Services.Optimization.Billing.Interfaces {
4  public interface IInvoiceFormattingEngine {
5    string Generate(Invoice invoice);
6  }
7}
Note: See TracBrowser for help on using the repository browser.