-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
se implementa la interfaz registrar usuarios la cual se comunica con …
…la api
- Loading branch information
Showing
82 changed files
with
134 additions
and
47 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+48.2 KB
.vs/SiaesAPISolution/FileContentIndex/09887d61-14f6-4a94-81b9-1948ccf593d8.vsidx
Binary file not shown.
Binary file removed
BIN
-47.4 KB
.vs/SiaesAPISolution/FileContentIndex/3a9e3750-bebc-4db8-adc6-e70cc91d5fc4.vsidx
Binary file not shown.
Binary file added
BIN
+49.3 KB
.vs/SiaesAPISolution/FileContentIndex/49dd2cad-e35a-4279-9626-e6507ec1f35a.vsidx
Binary file not shown.
Binary file added
BIN
+94.4 KB
.vs/SiaesAPISolution/FileContentIndex/6326292b-aa65-4395-ba11-bd2ad2def5b5.vsidx
Binary file not shown.
Binary file removed
BIN
-48 KB
.vs/SiaesAPISolution/FileContentIndex/6410d5da-fbad-4b76-9fbb-9ff3836e82ca.vsidx
Binary file not shown.
Binary file removed
BIN
-94.6 KB
.vs/SiaesAPISolution/FileContentIndex/9b12e829-9052-4fb6-a66a-2eed720808e2.vsidx
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11 changes: 11 additions & 0 deletions
11
SiaesCliente/Servicios/IServicio/IServicioAutenticacion.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
using SiaesLibraryShared.Models; | ||
|
||
namespace SiaesCliente.Servicios.IServicio | ||
{ | ||
public interface IServicioAutenticacion | ||
{ | ||
Task<RespuestaRegistro> RegistrarUsuario(UsuarioRegistro usuarioParaRegistro); | ||
Task<RespuestaAutenticacion> Acceder(UsuarioAutenticacion usuarioDesdeAutenticacion); | ||
Task Salir(); | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,3 +12,4 @@ | |
@using Radzen | ||
@using Radzen.Blazor | ||
@using Microsoft.AspNetCore.Components.Authorization | ||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
+500 Bytes
(100%)
SiaesCliente/bin/Debug/net8.0/wwwroot/_framework/SiaesCliente.pdb
Binary file not shown.
Binary file modified
BIN
+190 Bytes
(100%)
SiaesCliente/bin/Debug/net8.0/wwwroot/_framework/SiaesCliente.pdb.gz
Binary file not shown.
Binary file modified
BIN
+2.5 KB
(110%)
SiaesCliente/bin/Debug/net8.0/wwwroot/_framework/SiaesCliente.wasm
Binary file not shown.
Binary file modified
BIN
+836 Bytes
(100%)
SiaesCliente/bin/Debug/net8.0/wwwroot/_framework/SiaesCliente.wasm.gz
Binary file not shown.
Binary file modified
BIN
+748 Bytes
(100%)
SiaesCliente/bin/Debug/net8.0/wwwroot/_framework/SiaesLibraryShared.pdb
Binary file not shown.
Binary file modified
BIN
+251 Bytes
(100%)
SiaesCliente/bin/Debug/net8.0/wwwroot/_framework/SiaesLibraryShared.pdb.gz
Binary file not shown.
Binary file modified
BIN
+2 KB
(110%)
SiaesCliente/bin/Debug/net8.0/wwwroot/_framework/SiaesLibraryShared.wasm
Binary file not shown.
Binary file modified
BIN
+627 Bytes
(110%)
SiaesCliente/bin/Debug/net8.0/wwwroot/_framework/SiaesLibraryShared.wasm.gz
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
+1 Byte
(100%)
SiaesCliente/bin/Debug/net8.0/wwwroot/_framework/blazor.boot.json.gz
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
SiaesCliente/obj/Debug/net8.0/SiaesCliente.AssemblyInfoInputs.cache
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
897886f3b82f1fa72d0ae9d40d66edcb8bf8f1e344824ebbcb624fd758c30cf3 | ||
194e97f627a9df83d2f6c996c5738011b60c36db05097548150237bc788a5a0b |
Binary file modified
BIN
+0 Bytes
(100%)
SiaesCliente/obj/Debug/net8.0/SiaesCliente.csproj.AssemblyReference.cache
Binary file not shown.
2 changes: 1 addition & 1 deletion
2
SiaesCliente/obj/Debug/net8.0/SiaesCliente.csproj.CoreCompileInputs.cache
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
c8e36b4a370f55ca248f37cdeec0d1cde524b56b3bf635c418018024f9f00f6d | ||
43ec577767a0cf15555eb9f0bf5a8b2b1cbc8ac07900de827ff6804814131171 |
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
{"documents":{"C:\\Users\\huber\\Documents\\Source\\Proyectos\\BlazorNet8\\siaesweb\\SiaesAPISolution\\*":"https://raw.githubusercontent.com/psychohub/SiaesWeb/7efede44d3b02b1ca5c21beac821a5cc647729e3/*"}} | ||
{"documents":{"C:\\Users\\huber\\Documents\\Source\\Proyectos\\BlazorNet8\\siaesweb\\SiaesAPISolution\\*":"https://raw.githubusercontent.com/psychohub/SiaesWeb/50f1f2070989e439910c723c0183453dde69b41b/*"}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
+2 KB
(110%)
SiaesCliente/obj/Debug/net8.0/tmp-webcil/SiaesLibraryShared.wasm
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
namespace SiaesLibraryShared.Models | ||
{ | ||
public class UsuarioParaRegistroAPI | ||
{ | ||
public string nombreUsuario { get; set; } | ||
public string nombre { get; set; } | ||
public string apellidos { get; set; } | ||
public string correo { get; set; } | ||
public int codEstablecimiento { get; set; } | ||
public string clave { get; set; } | ||
public int perfil { get; set; } | ||
public int estado { get; set; } | ||
public DateTime fechaCaducidad { get; set; } | ||
public string usuarioCreacion { get; set; } | ||
public DateTime fechaCreacion { get; set; } | ||
} | ||
} |
Binary file not shown.
Binary file modified
BIN
+748 Bytes
(100%)
SiaesLibraryShared/bin/Debug/net8.0/SiaesLibraryShared.pdb
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
SiaesLibraryShared/obj/Debug/net8.0/SiaesLibraryShared.AssemblyInfoInputs.cache
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
a63000cf9e541e727ccaf106f7f7d355fc0aa869b2bd8a986d4d864df91e03a9 | ||
5de9a804e0e183aab021d8b2a2c5113dc16bea977819e62b3c8656b12b0800f5 |
2 changes: 1 addition & 1 deletion
2
SiaesLibraryShared/obj/Debug/net8.0/SiaesLibraryShared.csproj.CoreCompileInputs.cache
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
337bf27799f67a832381a73ca2568290079350bbf4f900bebd2a45be0060a875 | ||
0a74512f53f5505a062363f13f3730f78a2aa506bd5997197c39f1cbd2ce2f11 |
Binary file not shown.
Binary file modified
BIN
+748 Bytes
(100%)
SiaesLibraryShared/obj/Debug/net8.0/SiaesLibraryShared.pdb
Binary file not shown.
2 changes: 1 addition & 1 deletion
2
SiaesLibraryShared/obj/Debug/net8.0/SiaesLibraryShared.sourcelink.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
{"documents":{"C:\\Users\\huber\\Documents\\Source\\Proyectos\\BlazorNet8\\siaesweb\\SiaesAPISolution\\*":"https://raw.githubusercontent.com/psychohub/SiaesWeb/7efede44d3b02b1ca5c21beac821a5cc647729e3/*"}} | ||
{"documents":{"C:\\Users\\huber\\Documents\\Source\\Proyectos\\BlazorNet8\\siaesweb\\SiaesAPISolution\\*":"https://raw.githubusercontent.com/psychohub/SiaesWeb/50f1f2070989e439910c723c0183453dde69b41b/*"}} |
Binary file modified
BIN
+1 KB
(100%)
SiaesLibraryShared/obj/Debug/net8.0/ref/SiaesLibraryShared.dll
Binary file not shown.
Binary file modified
BIN
+1 KB
(100%)
SiaesLibraryShared/obj/Debug/net8.0/refint/SiaesLibraryShared.dll
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
9020ba9f86b0a5693df60385fa6df9a452fccce9ea93dd46b6a65c9cd265d844 | ||
42676837d96bbcf208f53688e2fd2d0f3e31ec25ee54c21904880b63eb86f7d4 |
Binary file modified
BIN
+0 Bytes
(100%)
SiaesWeb/obj/Debug/net8.0/SiaesServer.csproj.AssemblyReference.cache
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
{"documents":{"C:\\Users\\huber\\Documents\\Source\\Proyectos\\BlazorNet8\\siaesweb\\SiaesAPISolution\\*":"https://raw.githubusercontent.com/psychohub/SiaesWeb/7efede44d3b02b1ca5c21beac821a5cc647729e3/*"}} | ||
{"documents":{"C:\\Users\\huber\\Documents\\Source\\Proyectos\\BlazorNet8\\siaesweb\\SiaesAPISolution\\*":"https://raw.githubusercontent.com/psychohub/SiaesWeb/50f1f2070989e439910c723c0183453dde69b41b/*"}} |
Binary file not shown.
Binary file not shown.
Binary file not shown.