메소드 | 설명 | |
---|---|---|
All ( ) : List |
||
Create ( |
||
Delete ( |
||
Find ( int id ) : Usuario | ||
FindByEmpresa ( Empresa empresa ) : List |
||
FindByLoginAndPassWord ( string senha, string password ) : Usuario | ||
Update ( Usuario model ) : void | ||
UsuarioRepository ( AutoEscolaContext context ) : System |
public FindByLoginAndPassWord ( string senha, string password ) : Usuario | ||
senha | string | |
password | string | |
리턴 | Usuario |
public UsuarioRepository ( AutoEscolaContext context ) : System | ||
context | AutoEscolaContext | |
리턴 | System |