Пример #1
0
 public int UpdateUAGroup(UAGroupModel group)
 {
     return(UAGroupLiteDb.AddOrUpdate(group));
 }