Beispiel #1
0
    public List <BLLStudentInfo> Selectstudentinfobyid(BLLStudentInfo objbll)
    {
        DALStudentInfo objdal = new DALStudentInfo();

        return(objdal.Selectstudentinfobyid(objbll));
    }
Beispiel #2
0
    public int UpdateStudentInfo(BLLStudentInfo objbll)
    {
        DALStudentInfo objdal = new DALStudentInfo();

        return(objdal.UpdateStudentInfo(objbll));
    }
Beispiel #3
0
    public int DeleteStudentInfo(BLLStudentInfo objbll)
    {
        DALStudentInfo objdal = new DALStudentInfo();

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

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

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

        return(objdal.SelectMaxRollno());
    }
Beispiel #7
0
    public int InsertStudentInfo(BLLStudentInfo objbll)
    {
        DALStudentInfo objdal = new DALStudentInfo();

        return(objdal.InsertStudentInfo(objbll));
    }