Example #1
0
 public void AddMechanics(string name)
 {
     _categoryRepository.AddMechanics(name, (int)CategoryStatus.Active);
 }