Basf_FCL/FCL/Model/ModelProc.cs

19 lines
382 B
C#
Raw Normal View History

2024-05-08 10:17:02 +08:00
namespace Model
{
using System;
using System.Data.Linq;
using System.Linq;
using System.Linq.Expressions;
using System.Data.Linq.Mapping;
using System.Reflection;
using System.Collections;
using System.Collections.Generic;
public partial class FCLDB : System.Data.Linq.DataContext
{
#region
#endregion
}
}