Esempio n. 1
0
 public IEnumerable <ApplicationServerDtoSlim> GetAllServersDtoSlim()
 {
     return(Invoke(() => ApplicationServerLogic.GetAllSlim().ToDtoSlim()));
 }