Beispiel #1
0
 /// <summary>
 /// Get - Get Vendor by vendor id
 /// </summary>
 /// <param name="id">vendor id</param>
 /// <returns>Vendor, by that specific id</returns>
 public Vendor Get(int id)
 {
     return(_vendorProvider.GetVendorBy(id));
 }