Пример #1
0
 public CreateThumbResult(CreateThumbStatus status, byte[] data, string contentType)
 {
     this.status = status;
     this.data = data;
     this.contentType = contentType;
 }
Пример #2
0
 public CreateThumbResult(CreateThumbStatus status, byte[] data, string contentType)
 {
     this.status      = status;
     this.data        = data;
     this.contentType = contentType;
 }