public void passdetails(AllocationsActualViewController allocationsActualViewController, string TimekeeperNumber, string TimekeeperName, string WorkDate, string ProjectNumber, string Projectdescription, string TransformedActivityNumber) { timekprnum = TimekeeperNumber.ToString(); timekprname = TimekeeperName.ToString(); workdt = WorkDate.ToString(); pronum = ProjectNumber.ToString(); prodesc = Projectdescription.ToString(); transfractnum = TransformedActivityNumber.ToString(); }
internal void passtimekeeper(AllocationsActualViewController allocationsActualViewController, string TimekeeperID, string TimekeeperNamee, string Workdtee) { timekprnum = TimekeeperID.ToString(); timekprname = TimekeeperNamee.ToString(); workdt = Workdtee.ToString(); }
internal void passdetails(AllocationsActualViewController allocationsActualViewController, string TimeKeeperNumber, string TimeKeeperName, string Workdate) { Timekprnum = TimeKeeperNumber.ToString(); Timekprname = TimeKeeperName.ToString(); Wrkdt = Workdate.ToString(); }