예제 #1
0
 public void AddUserToClan(int userId, int clanId)
 {
     _repo.AddUserToClan(userId, clanId);
 }