肖洋
2024-11-22 2e5d53bdde2df2419f879d4acad8f39fdbcf5b1a
1
2
3
4
5
6
7
8
namespace WIDESEAWCS_ProcessRepository;
 
public class PlatFormRepository : RepositoryBase<Platform>, IPlatFormRepository
{
    public PlatFormRepository(IUnitOfWorkManage unitOfWorkManage) : base(unitOfWorkManage)
    {
    }
}