コード例 #1
0
 public Shop AddShop(string name)
 {
     return(dao.AddShop(name));
 }