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