12 lines
191 B
C#
12 lines
191 B
C#
using System.Collections.Generic;
|
|
using NHibernate;
|
|
using Tanshu.Accounts.Entities;
|
|
|
|
|
|
namespace Tanshu.Accounts.Repository
|
|
{
|
|
public class ReprintBI : UnitOfWork<Reprint>
|
|
{
|
|
}
|
|
}
|