Пример #1
0
 public int Add(string entityName, string s)
 {
     return(BangDBNative.AddSWEntity(_swentity, entityName, s, s.Length));
 }