public IntegerFactorizationDataService(QuantumAlgorithmsDbContext context) : base(context)
 {
 }
예제 #2
0
 public DiscreteLogarithmDataService(QuantumAlgorithmsDbContext context) : base(context)
 {
 }
 public ExecutionMessageDataService(QuantumAlgorithmsDbContext context) : base(context)
 {
 }