コード例 #1
0
 public PartialViewResult Connect()
 {
     var connect = new ConnectService();
     return PartialView(connect.GetNewConnectReq());
 }