using System; using System.Collections.Generic; using Application.Domain.Entities; using Infrastructure.Application; using Infrastructure.Data; using Infrastructure.Web.Mvc; using Microsoft.AspNetCore.Mvc; using SPService.Applicaiton.Models; namespace FBeeService.Areas.Controllers { [Area("Admin")] public class HomeController : CrudController, EditButtonModel, EditButtonModel> { private readonly DeviceService _spService; public HomeController(IRepository