Beispiel #1
0
 public OperationResult ChangeSubscriberAvatar(long accountId, string newAvatar)
 {
     Logger.Trace("Change subscriber avatar, account id - {0}", accountId);
     return(InvokeOperations.InvokeOperation(() => signalServiceRepository.ChangeSubscriberAvatar(accountId, newAvatar)));
 }