예제 #1
0
 public BaseConnection()
 {
     dbcontext = new PrimaryContext();
     dbset     = dbcontext.Set <TEntity>();
 }