Example #1
0
 public IList <TbPrCompra> GetAllCompras()
 {
     return(repository.GetAllCompras());
 }