mirror of
https://github.com/farcasclaudiu/myfriendsaround.git
synced 2026-06-29 13:02:05 +03:00
init commit
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Runtime.Serialization;
|
||||
using System.Text;
|
||||
|
||||
namespace MyFriendsAround.WcfREST
|
||||
{
|
||||
// TODO: Edit the SampleItem class
|
||||
public class SampleItem
|
||||
{
|
||||
public int Id { get; set; }
|
||||
public string StringValue { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user