Ejemplo n.º 1
0
 public HttpStatusCode UpdateTeamMember(int userId, TeamType teamType, int newUserCharacterId, int oldUserCharacterId)
 {
     return(AddUpdateTeamMember.Command(userId, teamType, newUserCharacterId, oldUserCharacterId));
 }
Ejemplo n.º 2
0
 public HttpStatusCode AddTeamMember(int userId, TeamType teamType, int userCharacterId)
 {
     return(AddUpdateTeamMember.Command(userId, teamType, userCharacterId, null));
 }