kingno
2025-08-27 b4a7ed3e39a05bcd26d8308ff568206637cefc9e
1
2
3
4
5
6
7
namespace Bro.M135.Common
{
    public interface IUpdateProductData
    {
        event Action<ProductModel> OnUpdateProductData;
    }
}