Example #1
0
 public static int BALGetGamanPatra()
 {
     return(WayBillRepository.GetGamanPatra());
 }
Example #2
0
 public static GamanPatraViewModel BALGetGamanPatra(int id)
 {
     return(WayBillRepository.GetGamanPatra(id));
 }