예제 #1
0
 public List <Site_Progress> Insert_Update_Site_Progress(Site_Progress objEntity)
 {
     return(SqlHelpers.GetObjects <Site_Progress>(Util.Env, CommandFactory.Insert_Update_Site_Progress(objEntity), AdminObjectFactory.Insert_Update_Site_Progress_Factory));
 }