Esempio n. 1
0
 public static StoredSecurityEntity GetStoredSecurityEntity(ISecurityDataProvider dataProvider, int entityId)
 {
     return(dataProvider.LoadStoredSecurityEntity(entityId));
 }
Esempio n. 2
0
 public StoredSecurityEntity GetStoredSecurityEntity(int entityId)
 {
     return(_dataProvider.LoadStoredSecurityEntity(entityId));
 }