Пример #1
0
        public void EditWeight_Master(WeightMaster weightMaster, string username, string password)
        {
            WeightMaster wgt_Mstr = context.WeightMaster.FirstOrDefault(a => a.WeightMasterCode == weightMaster.WeightMasterCode);

            wgt_Mstr.CastingWeight            = weightMaster.CastingWeight;
            wgt_Mstr.WeightAfterFullMachining = weightMaster.WeightAfterFullMachining;
        }
Пример #2
0
 public void EditWeight_Master(WeightMaster weightMaster, string username, string password)
 {
     masterReports.EditWeight_Master(weightMaster, username, password);
 }