Exemplo n.º 1
0
 public static void Refresh(SystemShortMessageWrapper instance)
 {
     businessProxy.Refresh(instance.entity);
 }
Exemplo n.º 2
0
 public static void Delete(SystemShortMessageWrapper instance)
 {
     businessProxy.Delete(instance.entity);
 }
Exemplo n.º 3
0
 public static void SaveOrUpdate(SystemShortMessageWrapper obj)
 {
     businessProxy.SaveOrUpdate(obj.entity);
 }
Exemplo n.º 4
0
 public static void Update(SystemShortMessageWrapper obj)
 {
     businessProxy.Update(obj.entity);
 }
Exemplo n.º 5
0
 public static void Refresh(SystemShortMessageWrapper instance)
 {
     businessProxy.Refresh(instance.entity);
 }
Exemplo n.º 6
0
 public static void Delete(SystemShortMessageWrapper instance)
 {
     businessProxy.Delete(instance.entity);
 }