Exemple #1
0
 public bool CheckCanDeleted(int Id)
 {
     try
     {
         return(_IStateRepository.CheckCanDeleted(Id));
     }
     catch (Exception exception)
     {
         exception.Log();
         return(false);
     }
 }