Exemple #1
0
 internal NoitificationEvent(String coenctionString)
 {
     DbNotification = new NotificationDbEntities(coenctionString);
 }
Exemple #2
0
 internal NotificationQuerys(String coenctionString)
 {
     DbNotification = new NotificationDbEntities(coenctionString);
 }
Exemple #3
0
 internal Schema(String coenctionString, INotificiationError notificationErrror = null)
 {
     DbNotification    = new NotificationDbEntities(coenctionString);
     NotificationError = notificationErrror;
 }