Feat: Se añaden las capas de modelos y respositorios para el modulo de Suscripciones
This commit is contained in:
		| @@ -0,0 +1,10 @@ | ||||
| using GestionIntegral.Api.Models.Suscripciones; | ||||
|  | ||||
| namespace GestionIntegral.Api.Data.Repositories.Suscripciones | ||||
| { | ||||
|     public interface IFormaPagoRepository | ||||
|     { | ||||
|         Task<IEnumerable<FormaPago>> GetAllAsync(); | ||||
|         Task<FormaPago?> GetByIdAsync(int id); | ||||
|     } | ||||
| } | ||||
		Reference in New Issue
	
	Block a user