Exemplo n.º 1
0
 // GET: Titles
 public ActionResult Index()
 {
     return(View(ApiConsumer.Get <List <Title> >("titles")));
 }
Exemplo n.º 2
0
 public ActionResult Index()
 {
     ViewData.Add("parameters", new LawyerSearchParameters());
     return(View(ApiConsumer.Get <List <Lawyer> >(string.Format("Lawyers"))));
 }
Exemplo n.º 3
0
 // GET: Genders
 public ActionResult Index()
 {
     return(View(ApiConsumer.Get <List <Gender> >("genders")));
 }