C# 클래스 BLL.Inscripcciones

파일 보기 프로젝트 열기: enelramon/TeacherControl2 1 사용 예제들

공개 메소드들

메소드 설명
Buscar ( string Id ) : bool
Eliminar ( ) : bool
GetIdSeccion ( System.DateTime fecha, int idprofesor, int idsemestre, int idasignatura, int idseccion ) : int
Insertar ( ) : bool
Modificar ( ) : bool

메소드 상세

Buscar() 공개 메소드

public Buscar ( string Id ) : bool
Id string
리턴 bool

Eliminar() 공개 메소드

public Eliminar ( ) : bool
리턴 bool

GetIdSeccion() 공개 메소드

public GetIdSeccion ( System.DateTime fecha, int idprofesor, int idsemestre, int idasignatura, int idseccion ) : int
fecha System.DateTime
idprofesor int
idsemestre int
idasignatura int
idseccion int
리턴 int

Insertar() 공개 메소드

public Insertar ( ) : bool
리턴 bool

Modificar() 공개 메소드

public Modificar ( ) : bool
리턴 bool