using WIDESEAWCS_Core.BaseRepository; using WIDESEAWCS_IProcessRepository; using WIDESEAWCS_Model; namespace WIDESEAWCS_ProcessRepository { public class ProcessRepository : RepositoryBase, IProcessRepository { public ProcessRepository(IUnitOfWorkManage unitOfWorkManage) : base(unitOfWorkManage) { } } }