Пример #1
0
 public List <BuildingDTO> GetByInstaller(string username)
 {
     return(buildingService.GetByInstaller(username));
 }