25 lines
444 B
C#
25 lines
444 B
C#
|
|
using Dapper;
|
|||
|
|
using DataDAL.DBContext;
|
|||
|
|
using Models.Models;
|
|||
|
|
using SamplePre.Common;
|
|||
|
|
using SamplePre.DAL.DBContext;
|
|||
|
|
using SamplePre.Models.Ext;
|
|||
|
|
using SamplePre.Models.Models;
|
|||
|
|
using SqlSugar;
|
|||
|
|
using System;
|
|||
|
|
using System.Collections.Generic;
|
|||
|
|
using System.Data;
|
|||
|
|
using System.Linq;
|
|||
|
|
using System.Text;
|
|||
|
|
using System.Threading.Tasks;
|
|||
|
|
using static Dapper.SqlMapper;
|
|||
|
|
|
|||
|
|
namespace SamplePre.DAL
|
|||
|
|
{
|
|||
|
|
public class SampleSequenceDal
|
|||
|
|
{
|
|||
|
|
|
|||
|
|
|
|||
|
|
}
|
|||
|
|
}
|