Ejemplo n.º 1
0
 public SellerResponse Get(long SellerID)
 {
     return(repo.Read(SellerID));
 }