- Timestamp:
- 06/19/13 15:25:31 (12 years ago)
- Location:
- branches/OaaS/HeuristicLab.Services.Optimization.Billing/Interfaces
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/OaaS/HeuristicLab.Services.Optimization.Billing/Interfaces/IOptimizationBilling.cs
r9619 r9645 23 23 24 24 IList<Invoice> GetInvoices(string userName); 25 void SaveInvoice(Invoice invoice); 25 26 26 27 User GetUser(string userName);
Note: See TracChangeset
for help on using the changeset viewer.