Пример #1
0
 public void CreateCheckIn(string userId, int matchWeekId)
 {
     _dataAccess.AddCheckIn(userId, matchWeekId);
 }