Beispiel #1
0
 public async ValueTask <bool> AddDocumentTypeAsync(DocumentTypes document)
 {
     return(await Provider.AddDocumentTypeAsync(document));
 }