Free cookie consent management tool by TermsFeed Policy Generator

Changeset 9551


Ignore:
Timestamp:
05/29/13 10:58:52 (11 years ago)
Author:
fschoepp
Message:

#1888:

  • Removed "public" modifiers
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/OaaS/HeuristicLab.Services.Optimization.Billing/Interfaces/IOptimizationBilling.cs

    r9550 r9551  
    1010  [ServiceContract(ProtectionLevel = ProtectionLevel.EncryptAndSign)]
    1111  public interface IOptimizationBilling {
    12     public IList<Product> GetProducts();
     12    IList<Product> GetProducts();
    1313    // payment methods via enumeration
    14     public void SaveOrder(Order order);
    15     public IList<Order> GetOrdersByState(OrderState state);
     14    void SaveOrder(Order order);
     15    IList<Order> GetOrdersByState(OrderState state);
    1616  }
    1717}
Note: See TracChangeset for help on using the changeset viewer.