Esempio n. 1
0
 public int insertAnnouncement(string adminId, string ann)
 {
     return(atDAL.insertAnnouncement(adminId, ann));
 }