コード例 #1
0
 /// <summary>
 /// Zwraca zawartość strony o danym symbolu
 /// </summary>
 public PageContent GetPageContentByCode(string code)
 {
     //TODO: cache
     return(_pageContentRepo.GetPageContentByCode(code));
 }