Exemple #1
0
 public ActionResult Index(int page = 1)
 {
     ProductServiceRef.MainContractOf_ProductDataClient client = new ProductServiceRef.MainContractOf_ProductDataClient();
     return(View(client.GetPage(page)));
 }