Exemple #1
0
 public static bool SaveVivraniFuelDeatils(FuelVivrani model)
 {
     return(WayBillRepository.InsertVivraniFuleDetails(model));
 }