Exemplo n.º 1
0
 public static void DeleteNotice(int NotcID)
 {
     NoticeService no = new NoticeService();
     no.DeleteNotice(NotcID);
 }