Add Field to ProfileSAlary

This commit is contained in:
Suphonchai Phoonsawat 2023-08-08 10:35:48 +07:00
parent 1a7be19e33
commit aff4dcd38d
6 changed files with 12762 additions and 1 deletions

View file

@ -37,6 +37,8 @@ namespace BMA.EHR.Application.Repositories.Commands
#region " Private "
#region " List Receiver "
private async Task<List<CommandReceiver>> GetReceiverForByCommndTypeAsync(Command command)
{
var result = new List<CommandReceiver>();
@ -116,6 +118,13 @@ namespace BMA.EHR.Application.Repositories.Commands
#endregion
#region " Execute and Deploy "
#endregion
#endregion
#region " Override "
public override async Task<Command?> GetByIdAsync(Guid id)