예제 #1
0
 public List <Sale> FindAll()
 {
     return(saleRepository.FindAll());
 }