Beispiel #1
0
 public List <State> StateGetAll()
 {
     try {
         return(statesRepo.StateGetAll());
     }
     catch (Exception ex)
     {
         //log exception
         throw ex;
     }
 }