Beispiel #1
0
 public User[] SendGraph(User[] users)
 {
     return users;
 }
Beispiel #2
0
 public int AddUser(User user)
 {
     return user.Id;
 }