コード例 #1
0
        public static new AutoWeldHistory Find(long history_id)
        {
            var db      = new DataProcess();
            var history = db.autoWeldHistoryOfId(history_id);

            return(history);
        }
コード例 #2
0
 public static new AutoWeldHistory Find(long history_id)
 {
     var db = new DataProcess();
     var history = db.autoWeldHistoryOfId(history_id);
     return history;
 }