More progress on IoC. Controllers are implemented
This commit is contained in:
@ -10,6 +10,7 @@ namespace Aurora.Models.Media
|
||||
|
||||
public BaseMedia()
|
||||
{
|
||||
//TODO need to make sure this is unique
|
||||
Id = Guid.NewGuid().ToString();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user