コード例 #1
0
ファイル: Cuenta.cs プロジェクト: pjeconde/eFact
 public static List<CedWebEntidades.Estadistica> EstadisticaProvincia(CedEntidades.Sesion Sesion)
 {
     CedWebDB.Cuenta cuenta = new CedWebDB.Cuenta(Sesion);
     return cuenta.EstadisticaProvincia();
 }