예제 #1
0
 public List <StaticDataCommon> GetStaticDataList(string staticdatatypeid)
 {
     return(repo.GetStaticDataList(staticdatatypeid));
 }