public DynamoDbDataSourceView(DynamoDbDataSource owner, HttpContext context) : base(owner, string.Empty, context)
 {
     this._dataSource = owner;
 }
示例#2
0
 public DynamoDbDataSourceView(DynamoDbDataSource owner, HttpContext context) : base(owner, string.Empty, context)
 {
     this._dataSource = owner;
 }