antes de implementar el minio
This commit is contained in:
6
Entidades/Dto/SubirContratoDto.cs
Normal file
6
Entidades/Dto/SubirContratoDto.cs
Normal file
@@ -0,0 +1,6 @@
|
||||
using System.Configuration;
|
||||
|
||||
namespace Entidades.Dto;
|
||||
public class SubirContratoDto{
|
||||
public int IdContrato { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user