Changeset 6153 for branches/WebApplication/MVC2/HLWebOKBAdminPlugin/Models
- Timestamp:
- 05/07/11 14:17:42 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/WebApplication/MVC2/HLWebOKBAdminPlugin/Models/ProblemModel.cs
r6142 r6153 52 52 } 53 53 54 public void CreateProblem(Problem problem) {55 AdministrationServiceClient adminClient = Admin.GetClientFactory("okbtester", "okbtester");56 adminClient.AddProblem(problem);57 }58 54 59 55 }
Note: See TracChangeset
for help on using the changeset viewer.