C# 클래스 MvcBiblioteca.Negocio.Devolucao

파일 보기 프로젝트 열기: rooseveltdossantos/POSWEB.FURB 1 사용 예제들

공개 메소드들

메소드 설명
CarregarEmprestimo ( int idUsuario, int idLivro ) : int
Devolver ( int idEmprestimo ) : void
ListarLivrosDoUsuario ( int idEmprestimo ) : IEnumerable
ObterLivrosDevolvidos ( ) : IEnumerable
ObterUsuariosComEmprestimo ( ) : IEnumerable

비공개 메소드들

메소드 설명
CalcularDiasAtraso ( System.DateTime devolverAte, System.DateTime devolvidoEm ) : int
CalcularDiasAtrasoAlternativo ( System.DateTime devolverAte, System.DateTime devolvidoEm ) : int
CarregarEmprestimo ( int idEmprestimo ) : Emprestimo

메소드 상세

CarregarEmprestimo() 공개 메소드

public CarregarEmprestimo ( int idUsuario, int idLivro ) : int
idUsuario int
idLivro int
리턴 int

Devolver() 공개 메소드

public Devolver ( int idEmprestimo ) : void
idEmprestimo int
리턴 void

ListarLivrosDoUsuario() 공개 메소드

public ListarLivrosDoUsuario ( int idEmprestimo ) : IEnumerable
idEmprestimo int
리턴 IEnumerable

ObterLivrosDevolvidos() 공개 메소드

public ObterLivrosDevolvidos ( ) : IEnumerable
리턴 IEnumerable

ObterUsuariosComEmprestimo() 공개 메소드

public ObterUsuariosComEmprestimo ( ) : IEnumerable
리턴 IEnumerable