irc-netcore-api/IRaCIS.Core.Application/Service/Common/Interface/IFileService.cs

18 lines
216 B
C#

using System;
namespace IRaCIS.Application.Interfaces
{
public interface IFileService
{
//IResponseOutput<UploadFileInfo> DownloadOfficialResume(Guid[] doctorIds);
}
}