Ejemplo n.º 1
0
    protected List <NhaXe> LoadNhaXe()
    {
        NhaxeRepository nx = new NhaxeRepository();

        return(nx.All().ToList());
    }
Ejemplo n.º 2
0
 public static List <NhaXe> GetAllNhaXe()
 {
     return(nhaxeRepo.All().ToList());
 }