Ejemplo n.º 1
0
 public DataTable GetCompanyList(string Usrs, string RowAuthoritys, string Companys)
 {
     using (Access3.LoginAccess dac = new Access3.LoginAccess())
     {
         return(dac.GetCompanyList(Usrs, RowAuthoritys, Companys));
     }
 }