Ejemplo n.º 1
0
 public CommonDbResponse EnableDisableCard(CardCommon cardCommon)
 {
     return(_repo.EnableDisableCard(cardCommon));
 }