Esempio n. 1
0
 public virtual IFileValueBuilder File(byte[] bytes)
 {
     FileValue.SetValue(bytes);
     return(this);
 }