Пример #1
0
 public bool RemoveUAGroup(int id)
 {
     return(UALiteDb.RemoveByGorup(id) ? UAGroupLiteDb.Remove(id) : false);
 }