コード例 #1
0
ファイル: Config.cs プロジェクト: tonfranco/LR
 public static void AtualizarConfiguracao(int IdLoja, int tempoLavagem, int tempoEnceramento, int tempoServicosEspe)
 {
     using (var client = new LRBusiness())
     {
         client.AtualizarConfiguracao(IdLoja, tempoLavagem, tempoEnceramento, tempoServicosEspe);
     }
 }