예제 #1
0
 public List <Snack> ListAll()
 {
     return(_snackRepository.ListAll());
 }