コード例 #1
0
 public static List <M_Popedom> SelectPopedom(string adminid)
 {
     return(D_Popedom.SelectPopedom(adminid));
 }