Esempio n. 1
0
 public PromoRepository(BrainsEntities ctx)
 {
     _ctx = ctx;
 }
 public ReviewRepository(BrainsEntities ctx)
 {
     _ctx = ctx;
 }