Exemplo n.º 1
0
 public CalenderEventDAO(CalenderContext ctx)
 {
     this.ctx = ctx;
 }
Exemplo n.º 2
0
 public UserDAO(CalenderContext ctx)
 {
     this.ctx = ctx;
 }