Beispiel #1
0
 protected void SetStringCommandHandler(SetStringCommand cmd)
 {
     _cloudStorageService.SetString(cmd.key, cmd.value, cmd.userID);
 }