예제 #1
0
파일: lab2.svc.cs 프로젝트: tb8988/tpslb2
 public void SelectbyID(string path, string auditoriaID, string Endpoint, string RepositorioFinal)
 {
     Models.DataAccess.Costumers customers = new Models.DataAccess.Costumers();
     customers.GetCostumerInfo();
 }
예제 #2
0
 public void SelectbyID(string path, string auditoriaID, string Endpoint, string RepositorioFinal)
 {
     Models.DataAccess.Costumers customers = new Models.DataAccess.Costumers();
     customers.GetCostumerInfo();
 }