narsil/Tanshu.Accounts.Repository/ProductGroupModifierBI.cs
2018-08-24 16:11:33 +05:30

12 lines
202 B
C#

using RestSharp;
using System;
using System.Collections.Generic;
using Tanshu.Accounts.Entities;
namespace Tanshu.Accounts.Repository
{
public static class ProductGroupModifierBI
{
}
}