Ejemplo n.º 1
0
 public int GetLastBuyerId(Buyer buyer)
 {
     return(repo.GetLastBuyerId(buyer));
 }