Exemplo n.º 1
0
 public string Put(KBEntity entity)
 {
     _entityTypesService.AddKBEntity(entity.Name, entity.Alias);
     return("OK");
 }