Пример #1
0
 public async ValueTask <bool> DeleteDocumentTypeAsync(int id)
 {
     return(await Provider.DeleteDocumentTypesAsync(id));
 }