prueba tecnica
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
using System.Data.SqlTypes;
|
||||
|
||||
namespace ProximaContracts.Domain.Rates.Entities
|
||||
{
|
||||
public class RateEntity
|
||||
{
|
||||
public int Id { get; set; }
|
||||
public string Name { get; set; }
|
||||
public decimal Price { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user