Exemplo n.º 1
0
 public void InitializeCard(string userId)
 {
     _cardDal.Create(new Card()
     {
         UserId = userId
     });
 }