예제 #1
0
 public void GeraDigitosIniciais(SDMatrizModel matriz, int qtdeDigitosIniciais)
 {
     using (ISDService sdService = new SDService())
     {
         sdService.GeraDigitosIniciais(matriz, qtdeDigitosIniciais);
     }
 }