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