예제 #1
0
 public DataAccessEntitySet(CommandTypeManager <T, C> commandTypeManager)
 {
     this.commandTypeManager = commandTypeManager;
 }
예제 #2
0
 public DataAccessEntitySet(CommandTypeManager <T, C> commandTypeManager, C connection)
 {
     this.commandTypeManager            = commandTypeManager;
     this.commandTypeManager.Connection = connection;
 }