Exemplo n.º 1
0
 public DaoBase(WeDbContext weDbContext)
 {
     this.weDbContext = weDbContext;
 }
Exemplo n.º 2
0
 public LoginDAO(WeDbContext weDbContext) : base(weDbContext)
 {
 }
Exemplo n.º 3
0
 public AzureSqlPersistenceManager(string connectionString)
 {
     weDbContext = new WeDbContext(connectionString);
 }
Exemplo n.º 4
0
 public NewsDAO(WeDbContext weDbContext) : base(weDbContext)
 {
 }