Beispiel #1
0
 public void Change(C.Amis Entity)
 {
     ServiceGlobalLocator.Instance.Amis.Change(Entity.ToGlobal());
 }
Beispiel #2
0
 public void SuppFriend(C.Amis Entity)
 {
     ServiceGlobalLocator.Instance.Amis.SuppFriend(Entity.ToGlobal());
 }
Beispiel #3
0
 public void Insert(C.Amis Entity)
 {
     ServiceGlobalLocator.Instance.Amis.Insert(Entity.ToGlobal());
 }