Ejemplo n.º 1
0
 public static AttachmentAssetUpdateRequestBuilder Update(string id, AttachmentAsset attachmentAsset)
 {
     return(new AttachmentAssetUpdateRequestBuilder(id, attachmentAsset));
 }
Ejemplo n.º 2
0
 public static AttachmentAssetAddRequestBuilder Add(string entryId, AttachmentAsset attachmentAsset)
 {
     return(new AttachmentAssetAddRequestBuilder(entryId, attachmentAsset));
 }