Exemplo n.º 1
0
 public void ChangeAvatar(string userID, string image)
 {
     _userRepo.ChangeAvatar(userID, image);
 }