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