refactoring
parent
b3283e4fd4
commit
0acfc2e3b2
@ -1,7 +1,7 @@
|
|||||||
using System.ComponentModel.DataAnnotations;
|
using System.ComponentModel.DataAnnotations;
|
||||||
using System.ComponentModel.DataAnnotations.Schema;
|
using System.ComponentModel.DataAnnotations.Schema;
|
||||||
|
|
||||||
namespace Yavsc.Models.Booking
|
namespace Yavsc.Models.Musical
|
||||||
{
|
{
|
||||||
public class Instrument
|
public class Instrument
|
||||||
{
|
{
|
||||||
@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
using System.ComponentModel.DataAnnotations;
|
using System.ComponentModel.DataAnnotations;
|
||||||
|
|
||||||
namespace Yavsc.Models.Booking
|
namespace Yavsc.Models.Musical
|
||||||
{
|
{
|
||||||
|
|
||||||
public class MusicalPreference {
|
public class MusicalPreference {
|
||||||
Loading…
Reference in New Issue