Method | Description | |
---|---|---|
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 Create ( |
||
model | ||
return | void |
public Delete ( |
||
model | ||
return | void |
public FindByEmpresa ( Empresa empresa ) : List |
||
empresa | Empresa | |
return | List |
public FindByLoginAndPassWord ( string senha, string password ) : Usuario | ||
senha | string | |
password | string | |
return | Usuario |
public UsuarioRepository ( AutoEscolaContext context ) : System | ||
context | AutoEscolaContext | |
return | System |