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