Skip to content

Commit a3db59c

Browse files
committed
Update CustomersService.cs
1 parent 2fd326f commit a3db59c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/ServiceStack.Northwind/ServiceStack.Northwind.ServiceInterface/CustomersService.cs

-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@
77

88
public class CustomersService : Service
99
{
10-
public IDbConnectionFactory DbFactory { get; set; }
11-
1210
public CustomersResponse Get(Customers request)
1311
{
1412
return new CustomersResponse { Customers = Db.Select<Customer>() };

0 commit comments

Comments
 (0)