예제 #1
0
 public static void AddMatch(User currentuser, string match)
 {
     Dal.AddMatch(currentuser, match);
 }