Example #1
0
 public PostDao(BlogDb context)
 {
     this._db = context;
 }
Example #2
0
 public CategoriaDao(BlogDb context)
 {
     this._db = context;
 }
Example #3
0
 public UsuarioDao(BlogDb ctx)
 {
     this.context = ctx;
 }