kingno
2025-04-01 044e5d0e1491ef25976cf3e25cf7fdf2baf6cb7d
1
2
3
4
5
6
7
namespace Bro.M135.Common
{
    public interface IUpdateProductData
    {
        event Action<ProductModel> OnUpdateProductData;
    }
}