Exemple #1
0
 public async Task <int?> CloneLocationAsync(
     int sourceLocationId, bool shouldTransferEmployeesFromSource) =>
 await _service.CloneLocationAsync(
     sourceLocationId, shouldTransferEmployeesFromSource);