public role_rolemenus_others_normal(string exchangeName, RoleMenuMsg dto, string currentDBStr) { base.MessageBodyByte = ByteConvertHelper.Object2Bytes(dto); base.exchangeName = exchangeName; base.MessageRouter = this.GetType().Name; _currentDBStr = currentDBStr; }
public role_update_rolemenus_normal(string exchangeName, RoleMenuMsg dto) { base.MessageBodyByte = ByteConvertHelper.Object2Bytes(dto); base.exchangeName = exchangeName; base.MessageRouter = this.GetType().Name; }