Beispiel #1
0
 public CommonDbResponse CardUser(CardCommon cardCommon)
 {
     return(_repo.CardUser(cardCommon));
 }