Deleting unneeded class

This commit is contained in:
TypoMustakes
2023-12-10 17:13:37 +01:00
parent 619f2c60bb
commit 50b0ea79ba

View File

@@ -1,17 +0,0 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace WD7UVN_HFT_2023241.Models
{
public class Company
{
public List<MaintainerTeam> Maintainers { get; set; }
public List<Client> Customers { get; set; }
public List<Employee> Employees { get; set; }
public List<Client> Clients { get; set; }
public List<Service> Services { get; set; }
}
}