Exemple #1
0
 public BaseDAL(PassThroughContext passedPluginContext)
 {
     this.dataContext = passedPluginContext.ToDataAccessContext();
 }