Advertisement
Guest User

Tecnocrata

a guest
Oct 13th, 2010
194
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.16 KB | None | 0 0
  1. public ActionResult GetAvailableUsers([JsonBinder] List<SomeDto> xx)
  2. {
  3.   IList<AnotherDto> list = ConvertToRequiredUsersDto(xx);
  4.   Save(list);
  5.   return View();
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement