diff --git a/ServiceHost/Areas/Admin/Pages/Index.cshtml b/ServiceHost/Areas/Admin/Pages/Index.cshtml index 583742c6..b6a40be7 100644 --- a/ServiceHost/Areas/Admin/Pages/Index.cshtml +++ b/ServiceHost/Areas/Admin/Pages/Index.cshtml @@ -254,7 +254,7 @@
پیامک باقیمانده - @Model.SmsRemaining + خطا در ای پی آی
diff --git a/ServiceHost/Areas/Admin/Pages/Index.cshtml.cs b/ServiceHost/Areas/Admin/Pages/Index.cshtml.cs index 57538022..8ea4df36 100644 --- a/ServiceHost/Areas/Admin/Pages/Index.cshtml.cs +++ b/ServiceHost/Areas/Admin/Pages/Index.cshtml.cs @@ -82,7 +82,7 @@ namespace ServiceHost.Areas.Admin.Pages TaskCount = await _taskApplication.RequestedAndOverdueTasksCount(userId); TicketCount = _ticketApplication.GetAdminTicketsCount(); - SmsRemaining = (int)await _smsService.GetCreditAmount(); + //SmsRemaining = (int)await _smsService.GetCreditAmount(); //foreach (string fileEntry in fileEntries) //{