Exemple #1
0
 public WarehouseController(IAuth authUtil, WarehouseApp app) : base(authUtil)
 {
     _app = app.SetLoginInfo(_loginInfo);
 }