public BlockIdAndKeyAllocation(int blockId, KeyAllocation keyAllocation) { BlockId = blockId; KeyAllocation = keyAllocation; }
public int SaveKeyAllocation(KeyAllocation allocation) { return(agGateway.SaveKeyAllocation(allocation)); }