public EmailTemplateRepository()
 {
     _ncEntities = new NCEntities();
 }
Exemplo n.º 2
0
 public AccountUserRepository()
 {
     _ncEntities = new NCEntities();
 }
Exemplo n.º 3
0
 public SubscriptionRepository()
 {
     _ncEntities=new NCEntities();
 }
Exemplo n.º 4
0
 public PostRepository()
 {
     _ncEntities = new NCEntities();
 }
Exemplo n.º 5
0
 public AddressRepository()
 {
     _ncEntities = new NCEntities();
 }