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