예제 #1
0
 public async Task <int> GetSize([FromQuery(Name = "searchKeyWords")] string searchKeyWords)
 {
     return(await _genreRepository.CountAllGenresAsync(searchKeyWords ?? ""));
 }