Exemple #1
0
 public static void Update(Context context, IUpdateModel model, long recepientId, long myUserId)
 {
     SendIJType(context, model.GetSelfUpdate(), myUserId, myUserId);
     SendIJType(context, model.GetRecepientUpdate(), recepientId, myUserId);
 }