Beispiel #1
0
 public FactoryViewModels Post([FromBody] FactoryViewModels factory)
 {
     return(_factoryService.CreateViewModel(factory));
 }