コード例 #1
0
 public static List <ApartmentInfo> ApartmentInfo_GetById(string Id)
 {
     return(db.ApartmentInfo_GetById(Id));
 }