Exemple #1
0
 public static bool DeleteByUser(Guid userGuid)
 {
     return(DBUserLocation.DeleteByUser(userGuid));
 }