Esempio n. 1
0
        public string UPdateMUnit(BE_MUnit NewBEUpdateObj)
        {
            DAL_MUnit NewDALObj = new DAL_MUnit();

            return(NewDALObj.UPdateMUnit(NewBEUpdateObj));
        }
Esempio n. 2
0
        public bool DuplicateMUnit(BE_MUnit NewObjMunit)
        {
            DAL_MUnit NewDalObj = new DAL_MUnit();

            return(NewDalObj.DuplicateMUnit(NewObjMunit));
        }
Esempio n. 3
0
        public DataTable GetMUnitName(BE_MUnit NewBEObj)
        {
            DAL_MUnit NewDALObj = new DAL_MUnit();

            return(NewDALObj.GetMUnitName(NewBEObj));
        }
Esempio n. 4
0
        public string InsertMUnit(BE_MUnit NewObjMUnit)
        {
            DAL_MUnit NewDALObj = new DAL_MUnit();

            return(NewDALObj.InsertMUnit(NewObjMUnit));
        }