Esempio n. 1
0
        public async Task <IActionResult> GetDocumentTypesAsync()
        {
            var documentTypes = await _ClubDocumentsService.GetAllClubDocumentTypesAsync();

            return(Ok(documentTypes));
        }