mirror of
https://github.com/nsnail/FreeSql.git
synced 2025-04-30 14:32:50 +08:00
15 lines
273 B
C#
15 lines
273 B
C#
//using FreeSql.Site.Entity;
|
|
using FreeSql.Site.Entity;
|
|
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq.Expressions;
|
|
using System.Text;
|
|
|
|
namespace FreeSql.Site.DAL
|
|
{
|
|
public class DocumentCommentDAL : BaseDAL<DocumentComment>
|
|
{
|
|
|
|
}
|
|
}
|