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