Esempio n. 1
0
 public DataTable GetNewWorkInfo(int id)
 {
     return(this.dbManager.Execute(conn => DalPower.GetNewWorkInfo(conn, id)));
 }