Init Commit
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
using MotoresArgentinosV2.Core.DTOs;
|
||||
|
||||
namespace MotoresArgentinosV2.Core.Interfaces;
|
||||
|
||||
public interface IAdSyncService
|
||||
{
|
||||
Task<bool> SyncAdToLegacyAsync(int adId);
|
||||
}
|
||||
Reference in New Issue
Block a user