コード例 #1
0
 public bool AddCateAttribute(CateAttribute ca)
 {
     return(dal.AddCateAttribute(ca));
 }
コード例 #2
0
 public bool AddCateAttribute(CateAttribute ca)
 {
     throw new NotImplementedException();
 }