Advertisement
Guest User

Untitled

a guest
Jul 15th, 2019
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. using System;
  2. using System.Collections.Generic;
  3. using System.Text;
  4. using InstagramApiSharp.API;
  5. using InstagramApiSharp.Classes;
  6.  
  7. namespace InstaPrimed.Models
  8. {
  9. public class InstagramLogin
  10. {
  11. public IInstaApi InstaApi { get; set; }
  12. public InstaLoginResult InstaLoginResult { get; set; }
  13. public string Username { get; set; }
  14. public string Password { get; set; }
  15.  
  16. }
  17. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement