예제 #1
0
 private List <Domain.SystemForm> PreCacheAll()
 {
     return(_systemFormRepository.FindAll()?.ToList());
 }