Beispiel #1
0
 public void SetImage(byte[] imageBytes, string mimeType)
 {
     _imageHolder.Update(imageBytes, mimeType);
 }