Exemple #1
0
 public UnitViewModels Post([FromBody] UnitViewModels unit)
 {
     return(_unitService.CreateViewModel(unit));
 }