Exemplo n.º 1
0
 Task <IModel> ConnectionContext.CreateModel(CancellationToken cancellationToken)
 {
     return(_context.CreateModel(cancellationToken));
 }
Exemplo n.º 2
0
 Task <IModel> ConnectionContext.CreateModel()
 {
     return(_context.CreateModel());
 }
 public Task <IModel> CreateModel(CancellationToken cancellationToken)
 {
     return(_context.CreateModel(cancellationToken));
 }