Пример #1
0
 public bool SaveOperatorNotifications(OperatorNotifications newItem)
 {
     return(operatorDAL.SaveOperatorNotifications(newItem));
 }