Example #1
0
    public virtual int Delete(PL_DepartmentMaster prp)
    {
        DL_DepartmentMaster obj = new DL_DepartmentMaster();

        return(obj.Delete(prp));
    }
Example #2
0
    public DataTable Bindgrid(PL_DepartmentMaster prp)
    {
        DL_DepartmentMaster obj = new DL_DepartmentMaster();

        return(obj.BindGrid(prp));
    }
Example #3
0
    public virtual int insert(PL_DepartmentMaster prp)
    {
        DL_DepartmentMaster obj = new DL_DepartmentMaster();

        return(obj.insert(prp));
    }