Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
robin.thoni
/
uqac-websem-project
Seguir
1
Destacar
0
Cuchillo
0
Código
Incidencias
0
Peticiones pull
0
Lanzamientos
2
Wiki
Actividad
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8
Commits
2
Ramas
Árbol:
f99f6b74f7
develop
master
v2.0
v1.0
Ramas
Etiquetas
${ item.name }
Crear rama
${ searchTerm }
desde 'f99f6b74f7'
${ noResults }
uqac-websem-project
/
backend
/
WebSem
/
WebApiWebSem
/
Dbo
/
AppConfigDbo.cs
AppConfigDbo.cs
118B
Histórico
Original
1
2
3
4
5
6
7
namespace WebApiWebSem.Dbo
{
public class AppConfigDbo
{
public int SleepTime { get; set; }
}
}