Esempio n. 1
0
 public object PostFile(object json)
 {
     return(SampleFileBiz.PostFile(json, HttpContext.Current.Request.Files[0]));
 }