Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. public ActionResult GetAvailableUsers([JsonBinder] List<SomeDto> xx)
  2. {
  3.   IList<AnotherDto> list = ConvertToRequiredUsersDto(xx);
  4.   Save(list);
  5.   return View();
  6. }