Ejemplo n.º 1
0
 public bool LSPExists(int masp)
 {
     return(spdao.Exists(x => x.IDLOAISP == masp));
 }