示例#1
0
 public SubscriptTypeEntity GetSubscriptTypeByCode(string subscriptTypeCode)
 {
     _commonDataAccess = new CommonDataAccess(_context);
     return(_commonDataAccess.GetSubscriptTypeByCode(subscriptTypeCode));
 }