Beispiel #1
0
 public void AddList(string userId, TList list)
 {
     _listRepository.AddList(userId, list);
 }