Skip to content

Commit d066c0c

Browse files
committed
refactor(IBaseConfigurationService): remove unnecessary code
1 parent b93b6c1 commit d066c0c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

TeslaSolarCharger/Server/Contracts/IBaseConfigurationService.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
using Microsoft.AspNetCore.Mvc;
2-
using TeslaSolarCharger.Shared.Dtos;
1+
using TeslaSolarCharger.Shared.Dtos;
32
using TeslaSolarCharger.Shared.Dtos.BaseConfiguration;
43

54
namespace TeslaSolarCharger.Server.Contracts;

0 commit comments

Comments
 (0)