Ejemplo n.º 1
0
    public List <BLLStudentInfo> Selectstudentinfobyid(BLLStudentInfo objbll)
    {
        DALStudentInfo objdal = new DALStudentInfo();

        return(objdal.Selectstudentinfobyid(objbll));
    }
Ejemplo n.º 2
0
    public int UpdateStudentInfo(BLLStudentInfo objbll)
    {
        DALStudentInfo objdal = new DALStudentInfo();

        return(objdal.UpdateStudentInfo(objbll));
    }
Ejemplo n.º 3
0
    public int DeleteStudentInfo(BLLStudentInfo objbll)
    {
        DALStudentInfo objdal = new DALStudentInfo();

        return(objdal.DeleteStudentInfo(objbll));
    }
Ejemplo n.º 4
0
    public List <BLLStudentInfo> SelectStuLogin(BLLStudentInfo objbll)
    {
        DALStudentInfo objdal = new DALStudentInfo();

        return(objdal.SelectStuLogin(objbll));
    }
Ejemplo n.º 5
0
    public List <BLLStudentInfo> Selectstunamebyrollno(BLLStudentInfo objbll)
    {
        DALStudentInfo objdal = new DALStudentInfo();

        return(objdal.Selectstunamebyrollno(objbll));
    }
Ejemplo n.º 6
0
    public List <BLLStudentInfo> SelectMaxRollno()
    {
        DALStudentInfo objdal = new DALStudentInfo();

        return(objdal.SelectMaxRollno());
    }
Ejemplo n.º 7
0
    public int InsertStudentInfo(BLLStudentInfo objbll)
    {
        DALStudentInfo objdal = new DALStudentInfo();

        return(objdal.InsertStudentInfo(objbll));
    }