示例#1
0
 public bool Add()
 {
     if (IsObjectValid)
     {
         DATA.AddNewVendor(this);
         OnVendorCreated();
         return(true);
     }
     else
     {
         return(false);
     }
 }