示例#1
0
 public BlockIdAndKeyAllocation(int blockId, KeyAllocation keyAllocation)
 {
     BlockId       = blockId;
     KeyAllocation = keyAllocation;
 }
示例#2
0
 public int SaveKeyAllocation(KeyAllocation allocation)
 {
     return(agGateway.SaveKeyAllocation(allocation));
 }