コード例 #1
0
 public IList <Pro_ShipPlan> GetAllDomainByLineNos(QueryCondition query)
 {
     return(EntityDao.GetAllDomainByLineNos(query));
 }