Exemple #1
0
 public IEntityCategory FindByCode(String code)
 {
     return(EntityCategory <TEntity> .FindByCode(code));
 }