Method | Description | |
---|---|---|
CarregarEmprestimo ( int idUsuario, int idLivro ) : int | ||
Devolver ( int idEmprestimo ) : void | ||
ListarLivrosDoUsuario ( int idEmprestimo ) : IEnumerable |
||
ObterLivrosDevolvidos ( ) : IEnumerable |
||
ObterUsuariosComEmprestimo ( ) : IEnumerable |
Method | Description | |
---|---|---|
CalcularDiasAtraso ( System.DateTime devolverAte, System.DateTime devolvidoEm ) : int | ||
CalcularDiasAtrasoAlternativo ( System.DateTime devolverAte, System.DateTime devolvidoEm ) : int | ||
CarregarEmprestimo ( int idEmprestimo ) : |
public CarregarEmprestimo ( int idUsuario, int idLivro ) : int | ||
idUsuario | int | |
idLivro | int | |
return | int |
public ListarLivrosDoUsuario ( int idEmprestimo ) : IEnumerable |
||
idEmprestimo | int | |
return | IEnumerable |
public ObterLivrosDevolvidos ( ) : IEnumerable |
||
return | IEnumerable |
public ObterUsuariosComEmprestimo ( ) : IEnumerable |
||
return | IEnumerable |