Free cookie consent management tool by TermsFeed Policy Generator

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

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

#1197
modified and new service methods

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