namespace APIFicheros.DTOs { public class DatosAuth { public string usuario { get; set; } public string password { get; set; } } }