Exemplo n.º 1
0
 public EmployeeController(ISQLEmployeeService sqlEmployeeService)
 {
     _sqlEmployeeService = sqlEmployeeService;
 }