wip: logica contrato
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
namespace Entidades.Dto;
|
||||
|
||||
public class CrearContratoDto {
|
||||
public int Meses {get; set;}
|
||||
public int Idpropiedad {get; set;}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user