public DynamoDbDataSourceView(DynamoDbDataSource owner, HttpContext context) : base(owner, string.Empty, context)
 {
     this._dataSource = owner;
 }
Exemplo n.º 2
0
 public DynamoDbDataSourceView(DynamoDbDataSource owner, HttpContext context) : base(owner, string.Empty, context)
 {
     this._dataSource = owner;
 }