Example #1
0
 public void Remove(UserData item)
 {
     throw new NotImplementedException();
 }
Example #2
0
 public UserData Add(UserData item)
 {
     throw new NotImplementedException();
 }