Ejemplo n.º 1
0
 public string EditNotice(Notice notice)
 {
     NoticeBLL.EditNotice(notice);
     return("");
 }