예제 #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);
     }
 }