1
huangxiaoqiang
6 天以前 ff34f2d5f1e9a4a3fcd7ed5049bd88d75c70203b
1
2
3
4
5
6
7
8
namespace WIDESEAWCS_ProcessRepository;
 
public class PlatFormRepository : RepositoryBase<Platform>, IPlatFormRepository
{
    public PlatFormRepository(IUnitOfWorkManage unitOfWorkManage) : base(unitOfWorkManage)
    {
    }
}