Receive and Deploy Command
This commit is contained in:
parent
297b1efb57
commit
4e8b7ea32b
24 changed files with 49003 additions and 87 deletions
|
|
@ -70,7 +70,8 @@ namespace BMA.EHR.Infrastructure.Persistence
|
|||
{
|
||||
Id = Guid.Parse(workSheet?.Cells[row, 1]?.GetValue<string>()!),
|
||||
Name = workSheet?.Cells[row, 2]?.GetValue<string>()!,
|
||||
Category = workSheet?.Cells[row, 3]?.GetValue<string>()!
|
||||
Category = workSheet?.Cells[row, 3]?.GetValue<string>()!,
|
||||
CommandCode = workSheet?.Cells[row, 4]?.GetValue<string>()!
|
||||
};
|
||||
|
||||
await service.AddAsync(inserted);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue