Beispiel #1
0
 public void AddAlchohol(int userId, int drinkId)
 {
     fCtr.AddAlchohol(userId, drinkId);
 }