コード例 #1
0
 public List <string> GetAllCategories()
 {
     return(_filmRepository.AllCategories());
 }