public void Users_authority_update(c_Users_authority t) { Users_authority_business db = new Users_authority_business(); }
public List <V_Users_authority> Users_authority_Read() { Users_authority_business db = new Users_authority_business(); return(db.Read()); }
public V_Users_authority Users_authority_FilterRead(Expression <Func <V_Users_authority, bool> > filtre) { Users_authority_business db = new Users_authority_business(); return(db.FilterRead(filtre)); }
public void Users_authority_insert(c_Users_authority t) { Users_authority_business db = new Users_authority_business(); db.Create(t); }
public void Users_authority_Delete(int id) { Users_authority_business db = new Users_authority_business(); db.Delete(id); }