Beispiel #1
0
 public async Task <bool> ExistDepartmentAsync(int DepartmentId, CancellationToken token = default(CancellationToken))
 => await staffQueryProcessor.ExistDepartmentAsync(DepartmentId, token);