wanshenmean
2025-03-21 0c54ccf256e19c80f447c3b625d912a6807e0d7f
1
2
3
4
5
6
7
8
namespace WIDESEAWCS_ProcessRepository;
 
public class PlatFormRepository : RepositoryBase<Platform>, IPlatFormRepository
{
    public PlatFormRepository(IUnitOfWorkManage unitOfWorkManage) : base(unitOfWorkManage)
    {
    }
}