wanshenmean
2024-11-09 ad18b0c17b5b1f715c33cb2a2b39589c10434a00
1
2
3
4
5
namespace WIDESEAWCS_IProcessRepository;
 
public interface IPlatFormRepository : IRepository<Platform>
{
}