Exemple #1
0
 public static int RetornarQuantidadeServicosDia(int idLoja)
 {
     using (var ser = new LRBusiness())
     {
         return ser.RetornarQuantidadeServicosDia(idLoja);
     }
 }