コード例 #1
0
 public bool Add(Country e)
 {
     //to return entity if added or null if failed
     return(link.Country_Insert(e.Name) > 0);
 }