public string AddAppointmentInvoice(int empId, string appointmentToken)
 {
     AddAppointmentInvoiceDL objAddAppointmentInvoiceDL = new AddAppointmentInvoiceDL();
     return objAddAppointmentInvoiceDL.AddAppointmentInvoice(empId, appointmentToken);
 }
    public string AddAppointmentInvoice(int empId, string appointmentToken)
    {
        AddAppointmentInvoiceDL objAddAppointmentInvoiceDL = new AddAppointmentInvoiceDL();

        return(objAddAppointmentInvoiceDL.AddAppointmentInvoice(empId, appointmentToken));
    }