예제 #1
0
 public VendorDto GetVendor(int id)
 {
     return(vendorRepository.GetBy(id).MappingDto());
 }