Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/15/11 03:16:35 (14 years ago)
Author:
swagner
Message:

Worked on OKB (#1174)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/OKB (trunk integration)/HeuristicLab.Services.OKB/3.3/Interfaces/IAdministrationService.cs

    r5389 r5459  
    4949    DataType GetDataType(long id);
    5050    [OperationContract]
    51     IEnumerable<DataType> GetDataTypes();
    52     [OperationContract]
    5351    long AddDataType(DataType dto);
    54     [OperationContract]
    55     void UpdateDataType(DataType dto);
    56     [OperationContract]
    57     void DeleteDataType(long id);
    5852    #endregion
    5953
     
    6357    [OperationContract]
    6458    long AddBinaryData(BinaryData dto);
    65     [OperationContract]
    66     void DeleteBinaryData(long id);
    6759    #endregion
    6860
Note: See TracChangeset for help on using the changeset viewer.