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