示例#1
0
 public Util()
 {
     _bitacora = _bitacora ?? new Bitacora();
     var isCreated = CrearCarpetasLocales(new CancellationToken(false));
 }