Example #1
0
 public EFRepository(MyHolidaysContext context)
 {
     this.context = context;
 }
Example #2
0
 public EFHandler(MyHolidaysContext context)
 {
     this.context = context;
 }