Example #1
0
 public StoreRequestDetail GetStoreRequestDetail(int Id)
 {
     return(_controller.GetStoreRequestDetail(Id));
 }