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;
 }