Exemple #1
0
 public async Task <int> AppendAsync(SystemAction entitySystemAction, string sOperator)
 {
     return(await _systemActionRepository.AppendAsync(entitySystemAction, sOperator));
 }