Feat: Se agregan servicios y controladores para ABM de suscriptores
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
using GestionIntegral.Api.Dtos.Suscripciones;
|
||||
|
||||
namespace GestionIntegral.Api.Services.Suscripciones
|
||||
{
|
||||
public interface IFormaPagoService
|
||||
{
|
||||
Task<IEnumerable<FormaPagoDto>> ObtenerTodos();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user