示例#1
0
 public long create_NotificationsBAL(Notifications customer)
 {
     return(DAL.create_NotificationsDAL(customer));
 }