예제 #1
0
 public static IList <Customer> GetCustomers()
 {
     using (var connection = OpenConnection(nameOfEntLibNamedConnection))
         return(_systemFactory.GetCustomers(connection));
 }