- Timestamp:
- 04/16/13 08:57:22 (12 years ago)
- Location:
- branches/OaaS/HeuristicLab.Services.Optimization.Controller/Mockup
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/OaaS/HeuristicLab.Services.Optimization.Controller/Mockup/MockupDAL.cs
r9350 r9362 253 253 } 254 254 } 255 256 257 public IVisualExtensionDao VisualExtensionDao { 258 get { throw new NotImplementedException(); } 259 } 255 260 } 256 261 } -
branches/OaaS/HeuristicLab.Services.Optimization.Controller/Mockup/MockupScenarioManager.cs
r9324 r9362 286 286 throw new NotImplementedException(); 287 287 } 288 289 290 public string GetVisualExtension(string algorithmId) { 291 throw new NotImplementedException(); 292 } 288 293 } 289 294 }
Note: See TracChangeset
for help on using the changeset viewer.