Advertisement
Guest User

Untitled

a guest
Jul 25th, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. Citrusresponse s = DB.GetCollection<Citrusresponse>().FindOneById(TransID);
  2.  
  3. using MongoDB;
  4. using CitrusPay;
  5. using MongoDB.Bson;
  6. using System;
  7. using System.Collections.Generic;
  8. using System.IO;
  9. using System.Linq;
  10. using System.Security.Cryptography;
  11. using System.Text;
  12. using System.Web;
  13. using System.Web.UI;
  14. using System.Web.UI.WebControls;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement