Advertisement
Guest User

Untitled

a guest
Sep 20th, 2019
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. namespace Assent.Data.Api.Models.BulkActions
  2. {
  3. /// <summary>
  4. /// Model representing a bulk filter containing bulk filter id.
  5. /// </summary>
  6. public class BulkFilter
  7. {
  8. /// <summary>
  9. /// Gets or sets the bulk filter id.
  10. /// </summary>
  11. /// <inheritdoc />
  12. public long? BulkFilterUploadId { get; set; }
  13. }
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement