예제 #1
0
 public IList <Sale> GetAllSale()
 {
     return(_employeeRepository.GetAllSale());
 }
 public ICollection <Sale> GetAllSale()
 {
     return(_saleRepository.GetAllSale());
 }