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