static void getCustomerWithIDSP(int customerID) { YTUEFEntities context = new YTUEFEntities(); var theRecord = context.getCustomerById(customerID); Console.WriteLine("İşlem Tamamlandı"); }