示例#1
0
 public Task <DateTime?> TryGetLatestSnapshotTimestampAsync()
 {
     return(_snapshotRepository.TryGetLatestTimestampAsync());
 }