Skip to content

Commit 157fb67

Browse files
committed
IProductService public
1 parent da731f0 commit 157fb67

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

WebApiLab.BLL/Interfaces/IProductService.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
namespace WebApiLab.BLL
55
{
6-
interface IProductService
6+
public interface IProductService
77
{
88
Product GetProduct(int productId);
99
IEnumerable<Product> GetProducts();

0 commit comments

Comments
 (0)