Exemplo n.º 1
0
 public IList <Build> GetByApp(int appId)
 {
     return(buildService.GetByApp(appId).ToList());
 }