Exemplo n.º 1
0
 public static T Create <T>(string tag = "") where T : DozeObject
 => DozeObjectManager.Create <T>(tag);
Exemplo n.º 2
0
 public static T Create <T>() where T : DozeObject, new()
 => DozeObjectManager.Create <T>();