using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;

namespace FirsteLite.OMS.Checking.MarkingService
{
    public class FormalMarkingService:MarkingServiceBase
    {
        public FormalMarkingService(string questionGroupCode, string teacherNumber)
            :base(questionGroupCode,teacherNumber)
        { 
            
        }
    }
}

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-10-24
  • 2021-11-05
  • 2021-08-25
  • 2022-12-23
  • 2022-12-23
  • 2021-07-29
猜你喜欢
  • 2022-12-23
  • 2022-01-03
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-10-13
相关资源
相似解决方案