Last change
on this file since 10042 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
|
Rev | Line | |
---|
[9619] | 1 | using HeuristicLab.Services.Optimization.Billing.Model;
|
---|
| 2 |
|
---|
| 3 | namespace 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.