Exemplo n.º 1
0
 public CustomerRefPageQueryLinqHandler(CustomersDataContext context, bool sharedContext = false)
     : base(context, sharedContext)
 {
 }
 public CustomerPageQuerySqlHandler(CustomersDataContext context)
     : base(context, false)
 {
 }