Exemplo n.º 1
0
    public DepartmentBal()
    {
        this.dbHelper = new SqlDbHelper();

        DepartmentEntity.delGetData = this.GetData;
    }
Exemplo n.º 2
0
    public BookBal()
    {
        this.dbHelper = new SqlDbHelper();

        BookEntity.delGetData = this.GetData;
    }
Exemplo n.º 3
0
    public ChapterBal()
    {
        this.dbHelper = new SqlDbHelper();

        ChapterEntity.delGetData = this.GetData;
    }
Exemplo n.º 4
0
 public UserRolesBal()
 {
     this.dbHelper = new SqlDbHelper();
 }
Exemplo n.º 5
0
    public CatBal()
    {
        this.dbHelper = new SqlDbHelper();

        CatEntity.delGetData = this.GetData;
    }