JustBrandonLim / ICT2106_P2_Project_M1

For lab group P2's project integration repository
1 stars 1 forks source link

4.3.6 Implementation for DirectorControlDeviceService | Start: 27/03/23 | End: 27/03/23 #163

Closed JustBrandonLim closed 1 year ago

JustBrandonLim commented 1 year ago

Image

JustBrandonLim commented 1 year ago

Image

Interface for DirectorControlDeviceService

Image

Implementation for DirectorControlDeviceService

This code follows the Interface Segregation Principle & Dependency Inversion Principle.

JustBrandonLim commented 1 year ago

Slight modification done to the interface and class to conform to C# coding conventions.

Image

Added Async behind the method name to show that it is asynchronous.