Beispiel #1
0
 /// <summary>
 /// Judge the CountryCode whether has operation before delete by Id
 /// </summary>
 /// <param name="Id">Id</param>
 /// <returns>Return the counts of the CountryCode by Id</returns>
 public static int CountryCodeWhetherHasOperation(int Id)
 {
     return(CountryDAL.CountryCodeWhetherHasOperation(Id));
 }