C# Class BLL.Inscripcciones

Show file Open project: enelramon/TeacherControl2 Class Usage Examples

Public Methods

Method Description
Buscar ( string Id ) : bool
Eliminar ( ) : bool
GetIdSeccion ( System.DateTime fecha, int idprofesor, int idsemestre, int idasignatura, int idseccion ) : int
Insertar ( ) : bool
Modificar ( ) : bool

Method Details

Buscar() public method

public Buscar ( string Id ) : bool
Id string
return bool

Eliminar() public method

public Eliminar ( ) : bool
return bool

GetIdSeccion() public method

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
return int

Insertar() public method

public Insertar ( ) : bool
return bool

Modificar() public method

public Modificar ( ) : bool
return bool