Examples of Usracc


Examples of accounts.Usracc

        staff.setQualification(qualification);
        contract = new Contract();
        contract.setOrderDate(orderDate);
        contract.setAppointmentFk(ssbl.SelectAppointment(app));
        contract.setStaffFk(staff);
        account = new Usracc();
        account.setLogin(login);
        account.setPassword(password);
        account.setStaff(name+surname+middlename);
        account.setGroupFk(ssbl.SelectGroup(group));
        ssbl.CreateStaff(staff, contract, account);
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.