コード例 #1
0
 public List <IPProxy> Post(string getAll)
 {
     if (ModelState.IsValid)
     {
         return(IPProxyServices.GetIPProxyListAll());
     }
     else
     {
         return(new List <IPProxy>());
     }
 }