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