网站首页 网站源码
namespace Dpz.Core.Service.RepositoryService; public interface IResumeMessageService { Task SaveMessageAsync(VmResumeMessage viewModel); }