Exemple #1
0
 public Player Update(string id, Player instance)
 {
     // TODO: Update the given instance of SampleItem in the collection
     throw new NotImplementedException();
 }
Exemple #2
0
 public Player Create(Player instance)
 {
     // TODO: Add the new instance of SampleItem to the collection
     throw new NotImplementedException();
 }