Beispiel #1
0
 public async Task RemoveAllSnapshots(string profileClientId)
 {
     await _snapshotRepository.RemoveAllSnapshots(profileClientId);
 }