示例#1
0
 public IList <TypeCoffeeModel> GetTypeCoffee()
 {
     return(coffeeRepository.GetAllType());
 }