Beispiel #1
0
        public void GetAllProductionHistory()
        {
            var result = new ProductionHistoryService();

            ProductionHistoryDto = result.GetInfo(url);
        }
 public ProductionHistoryController(ProductionHistoryService service)
 {
     _service = service;
 }