public void imports_export_update(c_imports_export t) { imports_export_business db = new imports_export_business(); throw new NotImplementedException(); }
public List <V_imports_export> imports_export_Read() { imports_export_business db = new imports_export_business(); return(db.Read()); }
public V_imports_export imports_export_FilterRead(Expression <Func <V_imports_export, bool> > filtre) { imports_export_business db = new imports_export_business(); return(db.FilterRead(filtre)); }
public void imports_export_insert(c_imports_export t) { imports_export_business db = new imports_export_business(); db.Create(t); }
public void imports_export_Delete(int id) { imports_export_business db = new imports_export_business(); db.Delete(id); }