Initial commit
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
using PosterMaker.Models;
|
||||
|
||||
namespace PosterMaker.Interfaces.Services;
|
||||
|
||||
public interface ISeriesPosterMakerService
|
||||
{
|
||||
byte[] CreatePoster(string file, ImageProperties imageProperties);
|
||||
}
|
||||
Reference in New Issue
Block a user