Skip to content

Commit

Permalink
DEV-1 fix Возвращаемый тип интерфейса поиска принтеров.
Browse files Browse the repository at this point in the history
  • Loading branch information
NotTastyCupcake committed Nov 28, 2023
1 parent 9b49c56 commit 7ba8e36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Application/Interfaces/ISearchDeviceService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ namespace ProgGym.PrinterMonitor.Application.Interfaces
{
public interface ISearchDeviceService
{
public List<string> GetPrinters();
public List<string?> GetPrinters();
}
}

0 comments on commit 7ba8e36

Please sign in to comment.