Exemplo n.º 1
0
 public string GetProfileName(int id)
 {
     db.Create(new User());
     return(new string[] { "Dinulja", "Isus" }[id]);
 }
Exemplo n.º 2
0
 public void Create(Booking entity)
 {
     _bookingDb.Create(entity);
 }
Exemplo n.º 3
0
 public void Create(Booking booking)
 {
     _bookingDb.Create(booking);
 }