コード例 #1
0
 public JsonResult DeleteEmailImage(string id, string oper)
 {
     return((String.IsNullOrEmpty(id)) ? JSON(false) : JSON(GeneralRepository.DeleteEmailImages(id)));
 }