Exemple #1
0
 private void Load_PAF1_Data()
 {
     this.gvPAF1.DataSource = invRepos.Get_PAF_Remuneration(physicianID);
     this.gvPAF1.DataBind();
 }