Changeset 796 for trunk/sources/HeuristicLab.Hive.Contracts/Interfaces
- Timestamp:
- 11/20/08 16:45:10 (16 years ago)
- Location:
- trunk/sources/HeuristicLab.Hive.Contracts/Interfaces
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Hive.Contracts/Interfaces/IClientManager.cs
r792 r796 11 11 /// </summary> 12 12 [ServiceContract] 13 interface IClientManager {13 public interface IClientManager { 14 14 [OperationContract] 15 15 List<ClientInfo> GetAllClients(); -
trunk/sources/HeuristicLab.Hive.Contracts/Interfaces/IJobManager.cs
r792 r796 11 11 /// </summary> 12 12 [ServiceContract] 13 interface IJobManager {13 public interface IJobManager { 14 14 [OperationContract] 15 15 List<Job> GetAllJobs(); -
trunk/sources/HeuristicLab.Hive.Contracts/Interfaces/IUserRoleManager.cs
r792 r796 11 11 /// </summary> 12 12 [ServiceContract] 13 interface IUserRoleManager {13 public interface IUserRoleManager { 14 14 [OperationContract] 15 15 List<User> GetAllUsers();
Note: See TracChangeset
for help on using the changeset viewer.