diff --git a/Controllers/DashboardController.cs b/Controllers/DashboardController.cs index a25d665..0a2f456 100644 --- a/Controllers/DashboardController.cs +++ b/Controllers/DashboardController.cs @@ -1,6 +1,6 @@ using Microsoft.AspNetCore.Mvc; -namespace MyApp.Namespace +namespace BankSampahApp.Controllers { public class DashboardController : Controller {