initFCL
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
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
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user