Free cookie consent management tool by TermsFeed Policy Generator

source: branches/ClientManagement/HeuristicLab.Services.Authentication/HeuristicLab.Services.Authentication.DataTransfer/ResourceGroup.cs @ 5335

Last change on this file since 5335 was 5335, checked in by fruehrli, 13 years ago

#1197
modified and new service methods

File size: 178 bytes
Line 
1using System.Runtime.Serialization;
2
3namespace HeuristicLab.Services.Authentication.DataTransfer {
4  [DataContract]
5  public class ResourceGroup : Resource {
6  }
7}
8
9
Note: See TracBrowser for help on using the repository browser.