Advertisement
Guest User

Untitled

a guest
Apr 24th, 2017
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. using MyProject.Foundation.Xdb.Utils;
  2. using System.Web.Mvc;
  3.  
  4. namespace MyProject.Feature.Demo.Controllers
  5. {
  6. public class DemoController : Controller
  7. {
  8. public ActionResult Demo()
  9. {
  10. XdbHelper.TriggerProfileKey("Activity", "tennis", 10);
  11. return View("~/Views/Demo.cshtml");
  12. }
  13. }
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement