示例#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);
     }
 }