Esempio n. 1
0
 public ActionResult ContactList(int clientId)
 {
     return(View(客聯repo.GetContactBatchList(clientId)));
 }