예제 #1
0
 public static void Save(tb_RecommendResultEntity obj)
 {
     if (obj!=null)
     {
         obj.Save();
     }
 }