Example #1
0
 public void AddAwardToUser(Guid userId, Guid awardId) => _logic.AddAwardToUser(userId, awardId);