예제 #1
0
 public async Task Consume(ConsumeContext <Employee> context)
 {
     await _inspectionRepository.UpdateByEmployee(context.Message.ID, context.Message.Name);
 }