Add Field to ProfileSAlary
This commit is contained in:
parent
1a7be19e33
commit
aff4dcd38d
6 changed files with 12762 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue