コード例 #1
0
        public static bool DeleteStore(int storeDTO)
        {
            bool ketQua = Store_DAL.DeleteStore(storeDTO);

            return(ketQua);
        }
コード例 #2
0
        public static bool UpdateStore(Store_DTO storeDTO)
        {
            bool ketQua = Store_DAL.UpdateStore(storeDTO);

            return(ketQua);
        }
コード例 #3
0
        public static bool InsertStore(Store_DTO storeDTO)
        {
            bool ketQua = Store_DAL.InsertStore(storeDTO);

            return(ketQua);
        }