示例#1
0
 public int Update_NotificationsBAL(Notifications customer)
 {
     return(DAL.Update_NotificationsDAL(customer));
 }