コード例 #1
0
 public void InsertConsumer(t_Consumers consumer)
 {
     try
     {
         consumerRepository.InsertConsumer(consumer);
     }
     catch (Exception ex)
     {
         //
         throw ex;
     }
 }