예제 #1
0
 public static void DeleteAttachment(string path, string fileName)
 {
     AttachmentPath.DeleteFile(path, fileName);
 }