public async Task ReportServiceStatusToCus() { CustomerServicePlanBusiness plan = new CustomerServicePlanBusiness(); //Gọi hàm gửi thông báo gói cước sắp hết hạn plan.ReportServiceStatusToCus(); //Gọi hàm cập nhật trạng thái gói cước khi đã hết hạn plan.UpdateServiceOfCus(); }