예제 #1
0
 public ReturnValue SaveVirtual(string type, int id, int bom, int forbom, string km, double amount, double price, string remark)
 {
     return(_BomRepository.SaveVirtual(type, id, bom, forbom, km, amount, price, remark));
 }