2011-08-23 07:10:05 +00:00
|
|
|
|
using System.Collections.Generic;
|
|
|
|
|
using NHibernate;
|
|
|
|
|
using Tanshu.Accounts.Entities;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
namespace Tanshu.Accounts.Repository
|
|
|
|
|
{
|
2014-10-12 09:41:45 +00:00
|
|
|
|
public class ReprintBI : UnitOfWork<Reprint>
|
2011-08-23 07:10:05 +00:00
|
|
|
|
{
|
|
|
|
|
}
|
|
|
|
|
}
|