コード例 #1
0
 // GET: Admin/AdminPhone
 public ActionResult Phone()
 {
     return(View(PhoneBLL.GetAll()));
 }