source:
branches/2817-BinPackingSpeedup/HeuristicLab.Clients.Hive/3.3/ServiceClients/AssignedProjectResource.cs
@
16351
Last change on this file since 16351 was 16141, checked in by abeham, 6 years ago | |
---|---|
File size: 400 bytes |
Line | |
---|---|
1 | using HeuristicLab.Common; |
2 | |
3 | namespace HeuristicLab.Clients.Hive { |
4 | public partial class AssignedProjectResource : IDeepCloneable, IContent { |
5 | public AssignedProjectResource() { } |
6 | |
7 | public AssignedProjectResource(AssignedProjectResource original, Cloner cloner) : base(original, cloner) { |
8 | ResourceId = original.ResourceId; |
9 | ProjectId = original.ProjectId; |
10 | } |
11 | } |
12 | } |
Note: See TracBrowser
for help on using the repository browser.