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