Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. public ActionResult GetSelectedUsers(Guid packageKey)
  2. {
  3.   IList<SomeDto> someList = GetAllowed(packageKey);
  4.   return Json(someList);
  5. }