Added Viewer and
change to App Setting File from Constants
This commit is contained in:
@ -9,7 +9,7 @@ using System.Text.Json;
|
||||
|
||||
public class AwaitingDispoController : Controller
|
||||
{
|
||||
protected IMetrologyRepo _Repo;
|
||||
private readonly IMetrologyRepo _Repo;
|
||||
|
||||
public AwaitingDispoController(IMetrologyRepo repo) => _Repo = repo;
|
||||
|
||||
|
Reference in New Issue
Block a user