Example #1
0
 public Supplier GetSupplier(int Id)
 {
     return(_settingcontroller.GetSupplier(Id));
 }