コード例 #1
0
        public List <char> GetallDatesOroductionWithFacid(int facid)
        {
            ProductionService ps = new ProductionService(_Context);
            var res = ps.GetallDatesOroductionWithFacid(facid);

            return(res);
        }