Skip to content
Snippets Groups Projects
Commit 37442c40 authored by Enzo Santangelo Dodera's avatar Enzo Santangelo Dodera
Browse files

Update IFileService.cs

parent fe501c46
No related branches found
No related tags found
3 merge requests!20merge from develop,!16Feature/chat signalr,!15Feature/upload file
using Microsoft.AspNetCore.Http;
using Microsoft.AspNetCore.Http;
using System;
using System.Collections.Generic;
using System.Text;
......@@ -10,8 +10,6 @@ namespace Tsi1.BusinessLayer.Interfaces
{
public interface IFileService
{
//Task<ServiceResult<FileDto>> SaveFile(IFormFile file);
Task<ServiceResult<FileDto>> Create(IFormFile file, int tenantId, int courseId);
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment