3
Answers

Is it good practice to use namespace like a variable???

Is it good practice to use namespace like a variable???
using CommonEntities = HEPL.Common.UIModel.Entities; 
OR
using HEPL.Common.UIModel.Entities; 

which one is good practice in above code?
 

Answers (3)