示例#1
0
 private static string GetTitle(Product model)
 {
     return(Htmls.CommonTitle(model.Name));
 }
示例#2
0
 private static string GetTitle(SiteTerm model)
 {
     return(Htmls.CommonTitle(model.Name));
 }
示例#3
0
 private static string GetTitle(VendorVM model)
 {
     return(Htmls.CommonTitle(model.Vendor.Name));
 }