Exemple #1
0
 public string SGMManager_AddNewCard(string jsCardDTO)
 {
     return(m_bllCardService.AddNewCard(jsCardDTO));
 }