Advertisement
Guest User

Untitled

a guest
Sep 17th, 2019
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. /// <summary>
  2. ///
  3. /// </summary>
  4. [Obsolete("Use ICustomerApi.GetCampaignSignOffStatusAsync() with Customer.Dtos.CampaignSignOff.StatusDto instead.")]
  5. public class ImportUpdateDto
  6. {
  7. /// <summary>
  8. ///
  9. /// </summary>
  10. public bool CustomerImportRun { get; set; }
  11.  
  12. /// <summary>
  13. ///
  14. /// </summary>
  15. public bool CreditBureauImportRun { get; set; }
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement