Example #1
0
 public PurchaseRequestDetail GetPurchaseRequestbyPuID(int Id)
 {
     return(_controller.GetPurchaseRequestbyPuID(Id));
 }