예제 #1
0
 public SellerResponse Get(long SellerID)
 {
     return(repo.Read(SellerID));
 }