Beispiel #1
0
 public dynamic Get(int appId, string contentTypeId, string scope = null)
 => _eavCtc.GetSingle(appId, contentTypeId, scope);
Beispiel #2
0
 public dynamic Get(int appId, string contentTypeId, string scope = null)
 {
     return(eavCtc.GetSingle(appId, contentTypeId, scope));
 }