Example #1
0
 public Tiers CheckDevise_ExistTiers(int id)
 {
     try
     {
         return(_DeviseRepository.GetByTiers(id));
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }