Exemplo n.º 1
0
 public async Task <InvoiceFull> Get(InvoiceFull.FilenameFormat key) => await store.Get(key.ToString());
Exemplo n.º 2
0
 public async Task Delete(InvoiceFull.FilenameFormat key) => await store.Delete(key.ToString());