Ejemplo n.º 1
0
 public bool CreateGhost(int appId, string sourceStaticName)
 => _eavCtc.CreateGhost(appId, sourceStaticName);
Ejemplo n.º 2
0
 public bool CreateGhost(int appId, string sourceStaticName)
 {
     return(eavCtc.CreateGhost(appId, sourceStaticName));
 }