Exemplo n.º 1
0
 public LocationViewModel GetByID(long LocationId)
 {
     return(Context.GetByID(LocationId));
 }