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