Ejemplo n.º 1
0
 private void Add(AlarmCategoryAbstract category)
 {
     category.SetIdentityGetter(_users.Identity);
     _alarmService.Add(category);
 }