예제 #1
0
 public model.Vendor FindVendorByCode(string vendorCode)
 {
     return(vendorRepository.FindByCode(vendorCode));
 }