Free cookie consent management tool by TermsFeed Policy Generator

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

Last change on this file since 4893 was 4731, checked in by jhaider, 14 years ago

#1197
Interface implemantation

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