-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/Murkrow02/Salvemini
# Conflicts: # .DS_Store
- Loading branch information
Showing
54 changed files
with
3,994 additions
and
3,354 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
Binary file not shown.
13 changes: 13 additions & 0 deletions
13
SalveminiApiCore/SalveminiApi core/ModelsBackup/FondoStudentesco.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
using System; | ||
using System.Collections.Generic; | ||
|
||
namespace SalveminiApi_core.Models | ||
{ | ||
public partial class FondoStudentesco | ||
{ | ||
public long Id { get; set; } | ||
public string Causa { get; set; } | ||
public DateTime Data { get; set; } | ||
public decimal Importo { get; set; } | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
+2 KB
(120%)
SalveminiApiCore/SalveminiApi core/SalveminiApi core/.DS_Store
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
49 changes: 2 additions & 47 deletions
49
SalveminiApiCore/SalveminiApi core/SalveminiApi core/DatabaseStrings.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,47 +1,2 @@ | ||
Server=68.168.220.50;Database=Salvemini_DB;User Id=Salvemini_DB;Password=Ctpb09~1 | ||
Scaffold-DbContext "Data Source=68.168.220.50;Initial Catalog=Salvemini_DB;Persist Security Info=True;User ID=Salvemini_DB;Password=Ctpb09~1" Microsoft.EntityFrameworkCore.SqlServer -Verbose -OutputDir Models -force | ||
|
||
using System; | ||
using System.Collections.Generic; | ||
|
||
namespace SalveminiApi_core.Models | ||
{ | ||
public partial class Utenti | ||
{ | ||
public Utenti() | ||
{ | ||
Avvisi = new HashSet<Avvisi>(); | ||
CoinGuadagnate = new HashSet<CoinGuadagnate>(); | ||
CoinSpese = new HashSet<CoinSpese>(); | ||
Commenti = new HashSet<Commenti>(); | ||
Coupon = new HashSet<Coupon>(); | ||
CouponAttivi = new HashSet<CouponAttivi>(); | ||
Notifiche = new HashSet<Notifiche>(); | ||
VotiSondaggi = new HashSet<VotiSondaggi>(); | ||
} | ||
|
||
public int Id { get; set; } | ||
public string Nome { get; set; } | ||
public string Cognome { get; set; } | ||
public string Sesso { get; set; } | ||
public int Classe { get; set; } | ||
public string Corso { get; set; } | ||
public int Stato { get; set; } | ||
public DateTime Creazione { get; set; } | ||
public int SCoin { get; set; } | ||
public int AdsWatched { get; set; } | ||
public DateTime? LastAdWatched { get; set; } | ||
public string Immagine { get; set; } | ||
public string ArgoToken { get; set; } | ||
|
||
public virtual FlappyClassifica FlappyClassifica { internal get; set; } | ||
public virtual ICollection<Avvisi> Avvisi { internal get; set; } | ||
public virtual ICollection<CoinGuadagnate> CoinGuadagnate { internal get; set; } | ||
public virtual ICollection<CoinSpese> CoinSpese { internal get; set; } | ||
public virtual ICollection<Commenti> Commenti { internal get; set; } | ||
public virtual ICollection<Coupon> Coupon { internal get; set; } | ||
public virtual ICollection<CouponAttivi> CouponAttivi { internal get; set; } | ||
public virtual ICollection<Notifiche> Notifiche { internal get; set; } | ||
public virtual ICollection<VotiSondaggi> VotiSondaggi { internal get; set; } | ||
} | ||
} | ||
Server=69.10.59.218;Database=Salvemini_DB;User Id=Salvemini_DB;Password=gr2HNvpd9FRh | ||
Scaffold-DbContext "Data Source=69.10.59.218;Initial Catalog=Salvemini_DB;Persist Security Info=True;User ID=Salvemini_DB;Password=gr2HNvpd9FRh" Microsoft.EntityFrameworkCore.SqlServer -Verbose -OutputDir Models -force |
Oops, something went wrong.